ddv
Share on:
Enter Your Mastodon Instance
Copy the link below to share to Mastodon
https://terminaltrove.com/ddv/
A TUI to view Amazon DynamoDB in the terminal.
brew install lusingander/tap/ddv

ddv is a TUI tool to browse Amazon DynamoDB tables and items in the terminal.
It supports listing tables, viewing items, searching by attributes and editing or deleting item data. Navigation uses arrow keys or vim-style keybindings: press Enter to open an item’s details and Backspace to return to the table list. This tool can utilise AWS profile or environment variables to connect to DynamoDB if they are set.
ddv is useful for those who need to check or modify DynamoDB entries during development or testing. It saves time by avoiding the AWS web console or custom scripts and it's suitable on local or staging tables.