implementation("aws.sdk.kotlin:dynamodb-mapper-annotations:1.6.54-beta")
Facilitates object mapping to DynamoDB items through annotations like `@DynamoDbItem`, `@DynamoDbPartitionKey`, and `@DynamoDbSortKey`.