If you are using DynamoDB local for development you can use the built-in DynamoDB shell: http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Tools.DynamoDBLocal.Shell.html

http://localhost:8000/shell

UPDATE: Amazon does also provide an official client: https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/workbench.html

Answer from totas on Stack Overflow
๐ŸŒ
AWS
docs.aws.amazon.com โ€บ amazon dynamodb โ€บ developer guide โ€บ nosql workbench for dynamodb
NoSQL Workbench for DynamoDB - Amazon DynamoDB
4 weeks ago - Design, create, query, and manage using NoSQL Workbench for DynamoDB. This is a desktop IDE tool that provides visual query building, code generation, modeling access patterns, and moreโ€”for Windows, macOS, and Linux.
๐ŸŒ
Amazon Web Services
aws.amazon.com โ€บ databases โ€บ amazon dynamodb โ€บ nosql workbench
NoSQL Workbench for Amazon DynamoDB - A professional GUI client
2 weeks ago - NoSQL Workbench for Amazon DynamoDB is unified visual tool that provides data modeling, data visualization, and query development features to help you design, create, query, and manage DynamoDB tables. It is a cross-platform client-side application for modern database development and operations ...
Discussions

Amazon AWS DynamoDB Desktop Client - Does one exist? - Stack Overflow
I'm keen to have a DynamoDB app, something like that of the navicat ilk that comes with an msi installer to get running quickly. Maybe there's a valid reason as to why one of these doesn't exist yet? ... Could you please comment on the hosted implementations you are referring to? This would ease comparing the desired feature set, thanks. ... Helping for the newcomers, 1. Amazon just released workbench ... More on stackoverflow.com
๐ŸŒ stackoverflow.com
DynamoDB IDE
Partiql is meh to begin with. You're better off writing scripts to work with your entities that use the actual apis for your access patterns. More on reddit.com
๐ŸŒ r/aws
23
34
February 27, 2023
Import Existing DynamoDB table schema to NoSQL workbench's Data model
Is it possible to Import Existing DynamoDB table schema to NoSQL workbench's Data model? More on repost.aws
๐ŸŒ repost.aws
1
1
April 5, 2024
Now available--NoSQL Workbench for Amazon DynamoDB (build data models from scratch, or import and modify existing models)
no linux support yet. meh More on reddit.com
๐ŸŒ r/aws
12
91
September 20, 2019
People also ask

One tool for design, development, and deployment
NoSQL Workbench is designed to accelerate the process of building data models with a rich graphical user interface to visualize data and perform DynamoDB operations. You can directly connect NoSQL Workbench to DynamoDB Local for local development and testing, and commit your data models to Amazon DynamoDB tables in an AWS account when ready.
๐ŸŒ
aws.amazon.com
aws.amazon.com โ€บ databases โ€บ amazon dynamodb โ€บ nosql workbench
NoSQL Workbench for Amazon DynamoDB - A professional GUI client
Generate sample code in multiple languages
With a few steps, you can generate ready-to-run sample code in multiple languages to use in your application to perform DynamoDB API operations.
๐ŸŒ
aws.amazon.com
aws.amazon.com โ€บ databases โ€บ amazon dynamodb โ€บ nosql workbench
NoSQL Workbench for Amazon DynamoDB - A professional GUI client
๐ŸŒ
Medium
medium.com โ€บ @corinneroosen โ€บ setup-a-local-dynamodb-with-docker-and-nosql-workbench-490529f47e39
Setup a local DynamoDB with Docker and NoSQL Workbench | by Corinne Roosen | Medium
August 9, 2022 - Workbench helps with creating and designing data models and queries. For me this had proven to be very helpful, as desiging data models and access patterns for this key/value database is not always one of the easiest things to do.
๐ŸŒ
Amazon Web Services
pages.awscloud.com โ€บ NoSQL-Workbench-for-DynamoDB_2020_VW_s03e02-DAT_OD.html
Amazon DynamoDB Data Modeling Deep Dive, NoSQL Workbench for DynamoDB | AWS Virtual Workshop
NoSQL Workbench helps you design and visualize data models; build and execute queries and other data operations on your DynamoDB tables in your AWS account or a local DynamoDB instance; and generate sample code in Python, JavaScript, and Java.
๐ŸŒ
Phillip Ninan's Blog
blog.phillipninan.com โ€บ using-nosql-workbench-for-a-local-dynamodb
Using NoSQL Workbench for a Local DynamoDb
January 25, 2021 - In my previous tutorial, I taught you how to use Docker to spin up a local DynamoDb. Using a local DynamoDb can be tricky to manage because there is no default utility to manage the database tables. Today, I am going to show you use to use AWS NoSQL Workbench to manage your local DynamoDb.
Find elsewhere
๐ŸŒ
AWS
docs.aws.amazon.com โ€บ amazon dynamodb โ€บ developer guide โ€บ nosql workbench for dynamodb โ€บ download nosql workbench for dynamodb
Download NoSQL Workbench for DynamoDB - Amazon DynamoDB
Download the official version of NoSQL Workbench for Amazon DynamoDB. With NoSQL Workbench, you can model schemas, visualize data, and query tables before pushing it all to DynamoDB.
Top answer
1 of 4
90

If you are using DynamoDB local for development you can use the built-in DynamoDB shell: http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Tools.DynamoDBLocal.Shell.html

http://localhost:8000/shell

UPDATE: Amazon does also provide an official client: https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/workbench.html

2 of 4
33

I'm not aware of a dedicated desktop application for using Amazon DynamoDB from Windows yet.

However, the AWS Toolkits for Eclipse and Visual Studio both allow you to create tables, insert and edit data, initiate table scans, and more, straight from your local development environment (see the introductory post AWS Toolkits for Eclipse and Visual Studio Now Support DynamoDB).

So depending on your use case this might be all you need (or even better, if this is targeting a development scenario).


Update

The AWS team has just announced the option to Explore Your DynamoDB Tables Using the AWS Management Console as well:

You can now view and modify the contents of your DynamoDB tables from within the AWS Management Console. With the addition of this new feature, you can learn by doing -- trying out a number of DynamoDB features without even writing any code. You can create a table, add some items, and see them in the table, all through a very clean and simple user interface.

This is obviously a very convenient addition to the rich client options referenced in my initial answer above, please check out the post itself for a short illustrated tour to help you get started.

๐ŸŒ
GeeksforGeeks
geeksforgeeks.org โ€บ devops โ€บ aws-dynamodb-introduction-to-nosql-workbench
AWS DynamoDB - Introduction to NoSQL Workbench - GeeksforGeeks
June 22, 2026 - NoSQL Workbench for Amazon DynamoDB is a cross-platform graphical tool available for Windows, macOS, and Linux that helps developers design, visualise and manage scalable DynamoDB data models efficiently.
๐ŸŒ
Reddit
reddit.com โ€บ r/aws โ€บ dynamodb ide
r/aws on Reddit: DynamoDB IDE
February 27, 2023 -

Is there a better IDE than NoSQL workbench? I've been using NoSQL workbench while I'm trying to learn DynamoDB and frankly it sucks. If you save a PartiQL query operation there's no way to go back and save it. There's no intellisense on the editor (if you can call a big text area that). You can't have multiple operations open in different tabs.

Coming from a SQL Server Management Studio environment, this IDE is a joke. Are there third party alternatives to this tool yet?

๐ŸŒ
Bobcares
bobcares.com โ€บ blog โ€บ aws-dynamodb-nosql-workbench
AWS DynamoDB NoSQL Workbench: Explained
September 23, 2022 - AWS Dynamodb NoSQL Workbench is a GUI tool for contemporary database operations and development accessible from various OS...
๐ŸŒ
Amazon Web Services
amazonaws.cn โ€บ products โ€บ amazon dynamodb
Amazon DynamoDB NoSQL Workbench
May 27, 2026 - NoSQL Workbench is a visual tool that provides data modeling, data visualization, and query development features to help you design, create, query, and manage DynamoDB tables. For example, you can design and create data schemas from scratch or by using of one of several sample data model templates, ...
๐ŸŒ
Medium
medium.com โ€บ @ratulsaha โ€บ how-to-model-amazon-dynamodb-databases-with-nosql-workbench-bdb1bdbb6fcc
How to model Amazon DynamoDB databases with NoSQL Workbench | by Ratul Saha | Medium
December 9, 2019 - Start with creating the basic table definition in workbench. Use PK and SK to name partition and sort key, since we will use multiple types of PK and SK (a key magic of DynamoDB, see the videos where both Rick and Alex extensively talk about it).
๐ŸŒ
VA
oit.va.gov โ€บ Services โ€บ TRM โ€บ ToolPage.aspx
NoSQL Workbench for DynamoDB
Attention A T users. To access the menus on this page please perform the following steps. 1. Please switch auto forms mode to off. 2. Hit enter to expand a main menu option (Health, Benefits, etc). 3. To enter and activate the submenu links, hit the down arrow.
๐ŸŒ
AWS re:Post
repost.aws โ€บ questions โ€บ QUHVoWm0ByRU2BQCjXTCK_pQ โ€บ import-existing-dynamodb-table-schema-to-nosql-workbench-s-data-model
Import Existing DynamoDB table schema to NoSQL workbench's Data model | AWS re:Post
April 5, 2024 - NoSQL Workbench doesn't currently support importing data models from existing tables. It does support importing from CloudFormation and data model JSONs.
๐ŸŒ
UI Bakery
uibakery.io โ€บ blog โ€บ dynamodb-gui-clients
Top 5 DynamoDB GUI clients for easy database administration | UI Bakery Blog
August 3, 2025 - More general-purpose, so may not have DynamoDB-specific features. ... NoSQL Workbench is a GUI tool developed by AWS specifically for DynamoDB.
๐ŸŒ
Whizlabs
whizlabs.com โ€บ labs โ€บ create-a-dynamodb-table-and-perform-various-table-operations-using-nosql-workbench
Create a DynamoDB table and perform various table operations using NoSQL Workbench
This lab walks you through DynamoDB Console and NoSQL Workbench. You will be creating a DynamoDB table and performing CRUD methods using NoSQL Workbench and visualizing the changes in the DynamoDB console.
๐ŸŒ
Dennis O'Keeffe
dennisokeeffe.com โ€บ blog โ€บ 2020-12-24-setting-up-dynamodb-on-your-local-machine
Using DynamoDB on your local with NoSQL Workbench
December 24, 2020 - Learn how to play around with DynamoDB locally and use NoSQL Workbench to plan out your work