Map classes to DynamoDB items by using the DynamoDB Mapper (Developer Preview)
DynamoDB Mapper is a Developer Preview release. It is not feature complete and is subject to change.
DynamoDB Mapper is a high-level library that offers mechanisms to map Kotlin classes to DynamoDB tables and indices, similar to the AWS SDK for Java's DynamoDB Enhanced Client or the AWS SDK for .NET’s Object Persistence Model.
You define schemas that describe your data object and how to convert them to DynamoDB items. After you define the schema, DynamoDB Mapper provides an intuitive interface to use your objects in create, read, update, or delete (CRUD) operations on your tables and indices.