awslabs / aws-sdk-kotlin

Multiplatform AWS SDK for Kotlin
Apache License 2.0
403 stars 50 forks source link

chore: split dynamodb-mapper-codegen into two modules #1414

Closed lauzadis closed 1 week ago

lauzadis commented 1 week ago

This PR was intended to fix an outstanding FIXME in Annotations.kt around switching converterName from a string to KClass<ItemConverter<*>>, but we are blocked by a bug in KSP: https://github.com/google/ksp/issues/1129

Part of addressing that FIXME required splitting dynamodb-mapper-codegen into two modules (ops and schema), which is what I've published here.

Issue \

Description of changes

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 1 week ago

A new generated diff is ready to view.

sonarcloud[bot] commented 1 week ago

Quality Gate Passed Quality Gate passed

Issues
4 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

github-actions[bot] commented 1 week ago

A new generated diff is ready to view.