Skip to content

Instantly share code, notes, and snippets.

@emmanuelnk
Last active January 15, 2020 01:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save emmanuelnk/64c887995cb36c98b764b6412c352fab to your computer and use it in GitHub Desktop.
Save emmanuelnk/64c887995cb36c98b764b6412c352fab to your computer and use it in GitHub Desktop.
Start Dyanmodb Local docker with sharedDb param to enable dyanmodb-admin and localhost:8000/shell to view tables
docker run -p 8000:8000 amazon/dynamodb-local -jar DynamoDBLocal.jar -sharedDb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment