Reputation: 1061
Is there a mechanism to retrieve all items from a Dynamo DB table where the hash key of a GSI begins with a specific string?
Thanks in advance!
Upvotes: 1
Views: 262
Reputation: 200446
Use the BEGINS_WITH
condition in your query: http://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_Condition.html
Upvotes: 0