Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 1.11 KB

File metadata and controls

33 lines (20 loc) · 1.11 KB

DynamoDB Viewer

View DynamoDB Tables from this single page app. Connect to production or to a DynamoDB-local instance.

Usage

Visit https://ayanray.github.io/dynamodb-viewer/

Use it! Submit the form fields and connect.

Running dynamodb-local

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.

Contributing

To contribute, fork this repo, make your changes, and submit a PR.

Useful References:

Bootstrap: Used to Layout the Page

Bootstrap Tables: Used to view Dynamo Data

DynamoDB: AWS SDK Used to talk to Dynamo