This project provides a Spring Boot starter for DynamoDB client auto-configuration. If you are using Spring Boot and want to use DynamoDB client, you can use this starter to auto-configure the client.
<dependency>
<groupId>com.wilsonfranca</groupId>
<artifactId>dynamodb-client-starter</artifactId>
<version>1.0.2-SNAPSHOT</version>
</dependency>
You can report issues at GitHub.
DynamoDB client starter is Open Source software released under the Apache 2.0 license.