This is a sample repo to create dynamoDB locally for develop and testing purpose using docker-compose.
- create dynamoDB services locally
yarn db:create- start the DynamoDB management Interface
yarn db:admin- logging docker-compose
yarn db:logs- config the dynamoDB
portin.env.local
DYNAMO_PORT=8040
DYNAMO_ENDPOINT=http://localhost:8040- managed no-sql db service from aws
- scalable, reliable
