I want to use regex when I query a table. I tried to use it under KeyConditionExpression, but it isn't valid. Is there any way to do it with DynamoDB?
For example, my primary key is a string, and I want to get all the items that start with an A. The KeyConditionExpression expression would look like "someKey = /^A/"