DynamoDB - Security and Access Control
You want to enforce row-level security so that users can only update their own items in a DynamoDB table with partition key
userId and sort key itemId. Which condition key setup correctly enforces this in an IAM policy?