DynamoDB - Access Patterns and Query Optimization
You run a DynamoDB query on a single-table design with
KeyConditionExpression: PK = :pk AND SK = :sk but receive no results, even though you know the item exists. What is a common cause of this issue?