Charith Profile picture
Supercharged solo game dev developing an action title: Beyond Inseparable!
Sep 15, 2021 10 tweets 2 min read
I've been learning about the AWS AppSync architecture today from AppSync documentation.

Tried to put it into my own words so that I can remember it. Sharing it with you all! 🧵👇 GraphQL Proxy

- Runs the GraphQL engine for processing requests
- Mapps incoming requests to logical functions
- Performs batching process called Data Loader to data sources
- Conflict detection and resolution

(1/8)