dynamo-browse/_site/content/_index.md
Leon Mika b4cee0e2e5
Some checks failed
ci / Build (push) Failing after 3m41s
Release / Build (push) Failing after 3m41s
Release / Site (push) Has been skipped
Release / Release (push) Has been skipped
Updated the documentation
2025-11-15 11:34:07 +11:00

1.2 KiB

weight
10

Dynamo-Browse

dynamo-browse

Dynamo-Browse is a terminal-based UI (TUI) app for working with DynamoDB tables. With it, you can quickly connect to and browse the contents of a DynamoDB table in your AWS account or local machine. There are some basic facilities for editing as well.

Getting Started

This video gives a brief introduction of how to use Dynamo-Browse to view the items of a DynamoDB table:

{{< youtube cQnTIg1_tfg >}}

More information about the tool can be found within the Dynamo-Browse user manual.

Download

Binary packages for MacOS and Linux can be found at Forgejo.

MacOS Using Homebrew

If you have Homebrew, you can install Dynamo-Browse using the following command:

brew tap lmika/dynamo-browse https://lmika.dev/casks/dynamo-browse
brew install dynamo-browse

Go

If you have Go installed, you can install Dynamo-Browse using the following command:

go install lmika.dev/cmd/dynamo-browse/cmd/dynamo-browse@latest