; this is a demo project for learning dynamodb with spring boot
$ cd docker && docker-compose up -d
Start dynamodb with docker and tests Create table / Create item / Get item / Update item / Delete item / Drop table.
$ scripts/aws-cli.sh
Start dynamodb with testcontainers and tests Create table / Create item / Get item / Update item / Delete item / Drop table.
See SdkBasicUsage.java
See MapperBasicUsage.java
See config package
See rest controller