dynamoDB via AWS SDK v2
Table of Contents
Create new Spring Boot project
Go to start.spring.io/ and add Dependency “Lombok”.
Click “Generate” button and open project in your favorite IDE
Add dependency
Add DynamoDB dependencyManagement to pom.xml:
and dependency:
After all: pom.xml:
Create DynamoDbEnhancedClient bean:
Create DynamoDb Entity:
Create DAO service:
Run Application:
Read more here: Source link
