Setup a database GUI client dynamodb-admin
- install the node library as global
> npm install dynamodb-admin -g
- Run dynamodb-admin by pointing to the local server endpoint
> DYNAMO_ENDPOINT=http://localhost:9001 dynamodb-admin
- 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)
- Done. Access the UI on http://localhost:8001