dynamodb-partition-key-equality-only

Status: IN

DynamoDB Query key condition expressions require the partition key to be an equality condition (`=`); range operators (`<`, `<=`, `>`, `>=`, `BETWEEN`, `begins_with`) are only available for the sort key.

Source: entries/2026/03/11/amazondynamodb-latest-developerguide-QueryKeyConditionExpressionshtml.md

JSON