I'm trying to use the query expression an getting
ATTEMPT EDIT - 1 PASS An error occurred (ValidationException) when calling the Query operation: Invalid KeyConditionExpression: Syntax error; token: "{", near: "{""
This query looks like
aws dynamodb query --table-name name-of-table --key-condition-expression 'id=:91'
I've tried '"id"="91"', ':id=":91"', etc.
id is the partition key so this is also the required attribute needed.