#dynamodb
Read more stories on Hashnode
Articles with this tag
Learn how not to expose composite DynamoDB keys to the GraphQL client. · In this article, I will discuss a few tricks on how to optimize your GraphQL API...
Learn How To Avoid Denormalization and Reduce the Number of DynamoDB Requests · In this post, I will teach you how you can handle many-to-many relations...
Learn what the UTF-8 order is and how to use it to your advantage · If you have been working with DynamoDB, you are probably quite familiar with the...
Learn how compressing large values can save you some $$$ on your DynamoDB bill · DynamoDB is a fully managed NoSQL database that delivers single-digit...
Learn how to use the benefits of single-table design with your GraphQL API · AppSync is a fully managed service from AWS that lets you build and deploy...
Originally published on Medium Updated on 2020–12–26: After posting this, I realized that it could be improved this, even more, by using DynamoDB...