amazon web services - Mechanism to retrieve all items from DynamoDB that begin with a string -
is there mechanism retrieve items dynamo db table hash key of gsi begins specific string?
thanks in advance!
use begins_with condition in query: http://docs.aws.amazon.com/amazondynamodb/latest/apireference/api_condition.html
Comments
Post a Comment