Current Version: 1.0.0
Dynamo UI is a simple UI for managing DynamoDB local databases.
- Shows all databases
- All defined attributes on any table
- Shows all global secondary indexes on a given table
- Fetch all items in the table
- Fetch all items for a given index
- Update Item
- First step is to install dynamodb locally. Steps on setting up DynamoDB locally can be found here https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/DynamoDBLocal.DownloadingAndRunning.html
- Check that DynamoDB Loacl is running at http://localhost:8000/
- Install node ( v12 or higher)
- Checkout this repo locally
- Run the application locally running below command: node index.js
- The UI can be accessed by navigating to http://localhost:9001/pages/index.html
In case you do not have dynamodb local running at http://localhost:8000/ then you must use a local proxy to divert request to the other server running at any host/port, for example http://192.168.1.100:8010 etc
You can check references for sample local proxy
You may also use the online version of the application which is available here DynamoUI
- Queries
I am a cloud enthusiast and like exploring new technologies - AWS, DynamoDB, React and Vue are a few of them!
I could not find the all the features I was looking for in another tool!