AWS
How to query DynamoDB with non-primary key column
While building my most recent web app, I was deploying the app to AWS and using DynamoDB for storage. DynamoDB is a NoSql database by AWS. I have written about how to CRUD data to it in an earlier post but this post talks about how to query DynamoDB with Read more…