DynamoDB - Access Patterns and Query Optimization
You wrote this query to get all comments for a post in a single-table design DynamoDB table:
Why does this query return no results?
KeyConditionExpression: PK = 'POST#123' AND SK = 'COMMENT#'
Why does this query return no results?
