awslabs / aws-sdk-kotlin

Multiplatform AWS SDK for Kotlin
Apache License 2.0
416 stars 49 forks source link

add attribute converters for "standard" values #1381

Closed ianbotsf closed 3 months ago

ianbotsf commented 3 months ago

Issue \

Related to #472

Description of changes

This change fills out new ValueConverter implementations for "standard" types (using a somewhat arbitrary definition of the word "standard"). Specifically they include:

I also introduced a ValueConvertersTest class to streamline unit testing with a DSL. I'll be interested to hear feedback on whether this is effective or if it just obscures things.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

github-actions[bot] commented 3 months ago

A new generated diff is ready to view.

github-actions[bot] commented 3 months ago

A new generated diff is ready to view.

sonarcloud[bot] commented 3 months ago

Quality Gate Passed Quality Gate passed

Issues
5 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud