Benoît Bouré
Benoit Boure

Benoit Boure

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

GraphQL

#graphql

More content

Read more stories on Hashnode


Articles with this tag

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

How to Avoid Composite IDs in GraphQL with DynamoDB (feat. AppSync)

Sep 14, 20214 min read 1.9K views

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

How to Avoid Composite IDs in GraphQL with DynamoDB (feat. AppSync)

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 use TypeScript with AppSync Lambda Resolvers

Mar 3, 20216 min read 13.0K 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 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