Spring boot application integrated with dynamodb and localstack
-
First one we need run docker-compose to create local dynamodb and tables.
- docker-compose up -d
-
Run application.
- maven install
- java -jar springboot-dynamodb-localstack
-
Go to /postman and import collection to tests.
For more information on how tune dynamodb client configuration: