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)
- Is DynamoDB table region specific?
- What is the maximum number of partitions in DynamoDB?
- What are the naming conventions in DynamoDB?
- Can we pass objects as an item in DynamoDB?
- Can DynamoDB have null values?
- How to access DynamoDB from EC2?
- Can DynamoDB store images?
- How to store graphs in DynamoDB?
- Can firehose write to DynamoDB?
- Can Django use DynamoDB?
- Does DynamoDB support atomic updates?
- How do you store JSON on DynamoDB?
- Does DynamoDB have read replicas?
- Can DynamoDB store documents?
- Can DynamoDB store blob data?
Tired of switching accounts and regions? Use Dynobase.
First 7 days are on us. No strings attached.
Product Features
DynamoDB Tools
DynamoDB Info
© 2026 Dynobase