Tooling

DynamoDB ships a thin console and an awkward CLI, so most of your day-to-day work runs through other tools: a local emulator for development, a GUI for browsing and editing, and scripts for moving data around. The friction is real, and the right tooling removes most of it.

This section covers the practical workflow — develop locally, inspect and edit data without hand-writing JSON, and move tables between accounts, regions, or out to CSV.

Start with local development, then pick the data tools you need:

0 of 8 read
Running DynamoDB Local with Docker
Run DynamoDB Local with Docker for offline development and tests — start the container, point the SDK at the local endpoint, and create a table.
Beginner2 min read
How to Connect to DynamoDB Local and LocalStack
How to connect a GUI to DynamoDB Local and LocalStack — endpoint, fake creds, common errors. Browse and query local tables visually with DynoTable.
Intermediate7 min read
The Best DynamoDB GUI Clients in 2026
An honest 2026 roundup of DynamoDB GUI clients — NoSQL Workbench, Dynobase, TablePlus/DataGrip, dynamodb-admin/DynamoIt, and DynoTable — with what each is actually good at.
Beginner9 min read
How to View, Browse and Edit DynamoDB Data
How to view, browse, filter and edit DynamoDB data — scan or query a table, inline-edit items, and run queries — mapped 1:1 to the operations DynoTable's GUI runs for you.
Beginner6 min read
How to Copy a DynamoDB Table to Another Account or Region
Copy or migrate a DynamoDB table to another account or region — scan+write, S3 export/import, AWS Backup, and global tables — with the throughput and consistency gotchas.
Beginner6 min read
How to Export a DynamoDB Table to CSV (4 Ways)
How to export a DynamoDB table to CSV or Excel — AWS CLI scan, S3 export, a script, or one-click export in DynoTable — and why nested attributes and DynamoDB JSON break the naive approaches.
Beginner10 min read
DynamoDB MCP server: connect Claude Code, Cursor & Codex safely
How to give an AI agent — Claude Code, Cursor, Codex — live access to your DynamoDB tables through an MCP server, and how to do it without handing the agent your AWS credentials or direct write access. The safe, reviewed-staging way vs. the servers that write straight to your tables.
Intermediate6 min read
ExtendDB: Run the DynamoDB API on Your Own Database
ExtendDB is AWS's open-source, DynamoDB-wire-protocol-compatible adapter (Rust) backed by pluggable storage like PostgreSQL — run the DynamoDB API on your own database, then browse it in DynoTable.
Intermediate7 min read

Try DynoTable — a desktop GUI that handles browsing, editing, and export out of the box.