Concept Flow - Query with sort key conditions
Start Query
Specify Partition Key
Add Sort Key Condition
DynamoDB Filters Items
Return Matching Items
End Query
The query starts by specifying a partition key, then adds a condition on the sort key. DynamoDB filters items matching both keys and returns them.