Map classes to DynamoDB items by using the DynamoDB Mapper (Developer Preview) - Amazon SDK for Kotlin
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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 Amazon SDK for Java's DynamoDB Enhanced Client or the Amazon 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.