Benoît Bouré
Benoit Boure

Benoit Boure

Follow
homeAppSync🛠️ Projects🙋‍♂️ About me⚡ GraphBolt🤑 Sponsor me👷‍♂️ AWS Community builders
Series

AppSync


Articles in this series

How I used DynamoDB as a long-term cache layer for AppSync

Dec 21, 20208 min read 412 views

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...

How I used DynamoDB as a long-term cache layer for AppSync

How to use DynamoDB single-table design with AppSync

Feb 25, 202110 min read 5.3K views

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...

How to use DynamoDB single-table design with AppSync

How to use TypeScript with AppSync Lambda Resolvers

Mar 3, 20216 min read 12.9K views

Generate TS types directly from your schema! · ✏️ Edit - 2023-04-11: If you're interested in creating JavaScript resolvers with TypeScript rather than...

How to use TypeScript with AppSync Lambda Resolvers

How to Handle Many to Many relations in AppSync

May 16, 20216 min read 5.0K views

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...

How to Handle Many to Many relations in AppSync

How to Observe EventBridge Events with AppSync Subscriptions

Oct 2, 20215 min read 2.1K views

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...

How to Observe EventBridge Events with AppSync Subscriptions