Skip to content

Instantly share code, notes, and snippets.

@ng-the-engineer
Created July 26, 2020 17:51
Show Gist options
  • Save ng-the-engineer/7050636d63e3cdf3db6b0bea6dc5602a to your computer and use it in GitHub Desktop.
Save ng-the-engineer/7050636d63e3cdf3db6b0bea6dc5602a to your computer and use it in GitHub Desktop.
Local DynamoDB GUI tool

Setup a database GUI client dynamodb-admin

  1. install the node library as global
> npm install dynamodb-admin -g
  1. Run dynamodb-admin by pointing to the local server endpoint
> DYNAMO_ENDPOINT=http://localhost:9001 dynamodb-admin
  1. You will see
database endpoint: 	http://localhost:9001
  region: 		local
  accessKey: 		whatever_id

  dynamodb-admin listening on http://localhost:8001 (alternatively http://0.0.0.0:8001)
  1. Done. Access the UI on http://localhost:8001
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment