Query without losing context
Scan, query indexes, retrieve by key, or run PartiQL. Your table and connection stay visible while you work.
A desktop client for DynamoDB
Leave the console maze behind. Browse tables, shape queries, edit items, and run local workflows from one focused desktop app.
Built for the work between deploys
DynamoDweep keeps tables, data, schemas, and local environments in one place—so you can stay close to the problem you are solving.
Scan, query indexes, retrieve by key, or run PartiQL. Your table and connection stay visible while you work.
Profiles, keys, LocalStack, and local instances. Pro adds SSO and role assumption.
Copy schemas and sample items, compare environments, and create missing tables or indexes.
Generate SDK snippets from your current query and export table schemas as deployable infrastructure.
Edit document JSON or DynamoDB JSON, bulk-delete with confirmation, use soft delete, and manage backups from the same desktop workflow.
The real interface
From the first connection to a live table, DynamoDweep keeps every essential control close, clear, and ready for the next task.
01 / 05 Connect with profiles, access keys, or a local endpoint.
Pro adds the repeatable tools that turn one-off database tasks into a clean daily workflow—from secure access to local reproduction and production-ready code.
const command = new QueryCommand({
TableName: "orders",
IndexName: "customer-orders-index",
KeyConditionExpression: "customerId = :id",
ExpressionAttributeValues: {
":id": { S: "CUST#1042" }
}
});
const result = await client.send(command);
Start where you are
The free edition remains open source. Move to Pro when repeatability, secure team access, and deeper tooling save you time.
A capable desktop client for everyday DynamoDB work.
Advanced workflows for developers who live in DynamoDB.
Everything in Free, plus:
Side by side
Both editions keep the speed and focus of a native desktop experience. Pro adds the workflows that save serious development time.
| Capability | Free | PRO Pro |
|---|---|---|
| AWS profiles, access keys & custom endpoints | ✓ | ✓ |
| Query, scan, get item & PartiQL | ✓ | ✓ |
| Item and table management | ✓ | ✓ |
| Backups, JSON import & export | ✓ | ✓ |
| SSO & IAM role assumption | — | ✓ |
| Saved queries & automatic history | — | ✓ |
| Copy and compare schemas with Local | — | ✓ |
| Generate SDK code & IaC templates | — | ✓ |
| CSV tools, tree editor & sample generator | — | ✓ |
| Command palette | — | ✓ |
| Access-pattern catalog & live-query planning | — | ✓ |
Your credentials stay close
DynamoDweep connects from your computer to the endpoints you choose. Pro stores access-key secrets and session tokens in your operating system keychain.
Questions, answered
Still curious? The free edition is open source, so you can inspect the code or open an issue on GitHub.
Browse the repository ↗DynamoDweep is a desktop admin client for Amazon DynamoDB, DynamoDB Local, and LocalStack. It brings connection management, table administration, data exploration, editing, and backups into one focused interface.
Yes. The free edition is open source under the Apache 2.0 license and does not require a Dynamodweep account.
Pro adds SSO and role assumption, secure OS-keychain secret storage, saved queries and history, schema cloning and comparison, SDK and IaC generation, CSV tools, tree editing, sample generation, a command palette, and repository-derived access-pattern modeling with optional agent-assisted live-query planning.
Yes. You can connect to an existing local endpoint or create and manage named local instances in the app. Pro can also copy live schemas and a sample of items into Local.
Windows x64 and Linux x86_64 builds are available now. Linux users can choose an AppImage, a Debian/Ubuntu DEB, or a Fedora/RHEL RPM. The open-source project can also be built from source.
No. DynamoDweep is an independent product by Technodweep and is not affiliated with or endorsed by Amazon Web Services.
Less console. More momentum.
Start with the open-source edition today. Step up to Pro when you want the complete developer workflow.