Question: Is it possible to make a DynamoDB table case insensitive?

Answered by Rafal Wilinski
Answer
Case matters in DynamoDB. If your data is case-insensitive, convert it to lowercase or uppercase before storing it in DynamoDB. Then you can circumvent this by performing a query for all lowercase or all uppercase characters.
Making a secondary index with all the keys changed to lowercase is a potential workaround. Then, you can query that secondary index.
Other Common DynamoDB FAQ (with Answers)
- Does DynamoDB support read replicas?
- Why is DynamoDB so expensive?
- What is the maximum number of partitions in DynamoDB?
- Who invented DynamoDB?
- What are the key differences between DynamoDB and Neo4j?
- Does DynamoDB support load balancing?
- How do I create an id in DynamoDB?
- How to access DynamoDB from EC2?
- What are the differences between DynamoDB and MySQL?
- How do you enable cloudtrail for DynamoDB?
- How to tell if DynamoDB initialized correctly?
- What are the key differences between DynamoDB and Elasticsearch?
- How to store graphs in DynamoDB?
- Can DynamoDB have multiple tables?
- Is DynamoDB columnar database?
Tired of AWS Console? Try Dynobase.
First 7 days are. No credit card needed.
Product Features
DynamoDB Tools
DynamoDB Info
© 2025 Dynobase