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)
- How is data stored in DynamoDB?
- What are the differences between DynamoDB and Snowflake?
- How to handle empty strings in DynamoDB?
- Which programming language works best with DynamoDB?
- How do parallelize requests in DynamoDB?
- Are DynamoDB table names globally unique?
- Can you store XML in DynamoDB?
- Why is DynamoDB better than MongoDB?
- Does DynamoDB support atomic updates?
- Can a DynamoDB range key be a GSI key?
- What are the best alternatives to DynamoDB?
- Is DynamoDB table region specific?
- How to write a test case for mocking DynamoDB?
- Can we rename DynamoDB table?
- What does the DynamoDB query return?
Better DynamoDB experience.
First 7 days are. No credit card needed.
Product Features
DynamoDB Tools
DynamoDB Info
© 2025 Dynobase