Skip to content

The hidden tool for developing with DynamoDB

Back to posts

The javascript web shell tool for developing with DynamoDB


Resources

AWS JavaScript and DynamoDB Docs:
Check it out


DynamoDB Javascript Web-based Shell

After about a year of working on and off with DynamoDB, the team had been limping along with the Eclipse plugin, which helps, but is missing quite a few features. I was looking for an easy way to create Local Secondary Index and I stumbled upon the (not so) hidden javascript web shell, which solved my problem.

If you're already running DynamoDB from command line, you can attach the javascript web shell to to the existing instance by simply pulling up the url of the tool:

http://localhost:your-dynamodb-port/shell/

And thats it! Have a look:

List of pre-baked API templates you can take advantage of:

api-templates

Example Create Table API

create-table-templates