I'd like to query DynamoDB from AWS DynamoDB console, as it described at AWS manual, page 38:
http://awsdocs.s3.amazonaws.com/dynamodb/2011-12-05/dynamodb-dg-2011-12-05.pdf
I do not know the exact key and I'm going to query by key containing specific regular expression.
I open specific table and go to "Browse items". Then I expect to see "Query" checkbox. Instead of it I see only "Get" checkbox. "Get" looks very similar to "Query", but it allows search by exact key only.
How can I get the "Query" menu with search by range key?
Thank you.