Introducing DynamoDB Extended - Query History, Favorites, and Editor Defaults

6/9/202510 views • 1 min read

DynamoDB Extended is a Chrome extension that adds quality-of-life improvements to the AWS DynamoDB web console, including persistent query history, auto-unmarshalled JSON, and query replay.

Every query you run is automatically saved, so you don't have to rebuild from memory or search through browser history. You can rename and favorite queries for quick access, and replay them with all parameters preserved, including indexes, keys, attributes, and filters.

DynamoDB Extended with side panel open and the AWS DynamoDB console with a query executed.

This first release includes the following MVP features. If you have an idea for another feature, please let me know!

  • Auto-saves query history as you run them

  • Favorites & rename support to keep things organized

  • Replay queries with indexes, keys, attributes, and filters included

  • Editor defaults like auto-unmarshalling JSON and height adjustment

DynamoDB Extended with the side panel opened showing the favorites tab activated and the settings page open.

Install DynamoDB Extended from the Chrome Web Store and open the side panel to get started. Your queries will begin logging automatically.

Source code available on GitHub. Feel free to open feature requests!

— Alex