Articles in this series
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...
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...
Generate TS types directly from your schema! · One of the great benefits of GraphQL is typing! Define your schema, and GraphQL enforces the input/output...
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...
Observe your event bridge events in real-time using AppSync · I recently came across David Boyne's blog post: How to Observe EventBridge Events with...