Skip to content

GeekEast/aws-dynamodb-local

Repository files navigation

Local DynamoDB

This is a sample repo to create dynamoDB locally for develop and testing purpose using docker-compose.

Commands

  • create dynamoDB services locally
yarn db:create
  • start the DynamoDB management Interface
yarn db:admin
  • logging docker-compose
yarn db:logs

Config

  • config the dynamoDB port in .env.local
DYNAMO_PORT=8040
DYNAMO_ENDPOINT=http://localhost:8040

DynamoDB

  • managed no-sql db service from aws
  • scalable, reliable

Use Case

no image found

References

About

Sample docker-compose project to create dynamodb locally

Topics

Resources

Stars

Watchers

Forks