Files
getting-started/aws/springdynamodb
2021-06-05 15:30:12 +04:00
..
2021-06-05 15:30:12 +04:00
2021-06-03 13:08:57 +04:00
2021-06-03 13:08:57 +04:00
2021-06-05 15:26:52 +04:00

Working with AWS DynamoDB and Spring

Example code for using Spring AWS DynamoDB

Blog posts

Blog posts about this topic:

This is a nested Maven project composed of two modules:

  1. dynamodbec: Contains a Spring Boot project which uses Enhanced DynamoDB Client to make database operations on DynamoDB.

  2. dynamodbspringdata: Contains a Spring Boot project which uses Spring Data to perform operations on DynamoDB.

In both projects, the Spring Boot dependency is added in the dependencyManagement block in pom.xml .