Querying tables in DynamoDB - Amazon DynamoDB (original) (raw)
You can use the Query
API operation in Amazon DynamoDB to find items based on primary key values.
You must provide the name of the partition key attribute and a single value for that attribute. Query
returns all items with that partition key value. Optionally, you can provide a sort key attribute and use a comparison operator to refine the search results.
For more information on how to use Query
, such as the request syntax, response parameters, and additional examples, see Query in the_Amazon DynamoDB API Reference_.
Topics
- Key condition expressions for the Query operation in DynamoDB
- Filter expressions for the Query operation in DynamoDB
- Paginating table query results in DynamoDB
- Other aspects of working with the Query operation in DynamoDB
Working with expired items
Key condition expressions for queries
Did this page help you? - Yes
Thanks for letting us know we're doing a good job!
If you've got a moment, please tell us what we did right so we can do more of it.
Did this page help you? - No
Thanks for letting us know this page needs work. We're sorry we let you down.
If you've got a moment, please tell us how we can make the documentation better.