Awesome
Dynamoc
Dynamoc is a GUI client for dynamodb-local, dynalite and AWS dynamodb
Build status
Screenshots
How to build
# install dependencies
npm install
# serve with hot reload at localhost:9080
npm run dev
# build electron app for production
npm run build
# lint all JS/Vue component files in `app/src`
npm run lint
# run webpack in production
npm run pack
TODO list
- Loading mask for operations
- Previous page for scan
- Query on Primary Key
- Query on GSI
- View detail record on JSON value
- Edit specified record
- Delete specified record
- Show JSON tree for record
- Show console for each operation
- Handle page size for query results
- Add a beautiful LOGO
Thanks to
- vuejs
- vue-router
- vuex
- Element-UI
- electron
- electron-vue
LINCESE
MIT