Visualize DynamoDB tables in your browser, using example or live data.
dynamodb-visualizer.bemit.codes
- define multiple tables
- visualize data with partition and secondary indexes
- colorize rows with rules on partition and secondary indexes
- filter displayed columns
- requires input:
- the table schema, e.g. the result of describeTableoperation
- example table data, e.g. a dump result of scanoperation
 
- the table schema, e.g. the result of 
- saving settings and tables-meta in localStorage, nothing is transmitted to a different system
- optional scan endpoint for live data: a URL which must return the result of a scanoperation- is only executed from your browser, nothing transmitted over other servers
- would require working CORS headers
 
Check out and deploy your own DynamoDB Explorer.
API Endpoints to persist your work in a DynamoDB table, includes prebuild docker images.
This project is free software distributed under the MIT License.
Amazon DynamoDB® is a trademark of Amazon.com, Inc. No endorsements by Amazon.com, Inc. are implied by the use of these marks.
By committing your code to the code repository you agree to release the code under the MIT License attached to the repository.
Maintained by Michael Becker