DynamoDB Visual Query Builder
Last updated: September 18th, 2026
Construct complex DynamoDB queries without having to learn DynamoDB's query syntax. A rich set of visual options are available to let you combine filters with partition/sort key and global secondary index.
Based on your selections, the query builder generates the AWS CLI command, or AWS SDK for JavaScript v3 code using either the DocumentClient or the low-level DynamoDB client. The JavaScript output uses top-level import and await, so it runs as an ES module.
Soon, we'll also be adding the option to create queries using SQL. In the meantime, you can have a look at our PartiQL support.
If you're not experienced with DynamoDB and want to see how the tool handles complex queries, use the Load Complex Query button to load an example schema and query.