Skip to content

Tag: amazon-dynamodb

Case insensitive query in DynamoDB

I want to scan/query the dynamo DB table. Dynamo DB is case sensitive. I want to use Hash/ Range keys sometimes as strings. Is there any way we can enable case insensitivity in dynamo DB level ? Or is there any other solutions exist? I am querying the Dynamo with the JAVA SDK Answer There are 2 possible ways …