View DynamoDB Tables from this single page app. Connect to production or to a DynamoDB-local instance.
Visit https://ayanray.github.io/dynamodb-viewer/
Use it! Submit the form fields and connect.
When you run dynamodb-local, it does not support HTTPS. So I made a small HTTPS proxy to route traffic to a dynamodb-local instance.
Read more about it here: https://github.com/ayanray/dynamodb-https-proxy
When you use the Online Viewer, just enter https://URL_TO_PROXY:PORT and it should allow you to connect to DynamoDB-Local.
To contribute, fork this repo, make your changes, and submit a PR.
Bootstrap: Used to Layout the Page
Bootstrap Tables: Used to view Dynamo Data
DynamoDB: AWS SDK Used to talk to Dynamo