DynamoKt

@Target(allowedTargets = [AnnotationTarget.CLASS])
annotation class DynamoKt

An annotation used to generate extension functions for converting data classes to and from DynamoDB AttributeMaps. Use this annotation on your data class to enable automatic generation of conversion functions. This annotation generates code compatible with the v1 Amazon AWS Java SDK.

Author

Aseem Savio

Since

0.0.1