I'm wondering if it's possible to use the 'begins with' function specifically on a partition key in DynamoDB. Are there any limitations I should be aware of?
1 Answer
Nope, you can't use 'begins with' solely on the partition key. This function typically requires both the partition key and sort key for a proper query.
How can I perform queries without it then?