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)
- Can firehose write to DynamoDB?
- Does DynamoDB support Multi-AZ?
- What are the differences between DynamoDB and MySQL?
- Will I be charged for DynamoDB is it is inactive?
- How to access DynamoDB from EC2?
- How to store Japanese characters in DynamoDB?
- What is the maximum number of partitions in DynamoDB?
- Is DynamoDB a wide-column store?
- What are the naming conventions in DynamoDB?
- Is DynamoDB a relational database?
- Can DynamoDB trigger AWS Step Functions?
- Is DynamoDB ACID compliant?
- Can Django use DynamoDB?
- How do I create an id in DynamoDB?
- Can DynamoDB have null values?
Better DynamoDB experience.
First 7 days are. No credit card needed.
Product Features
DynamoDB Tools
DynamoDB Info
© 2026 Dynobase