SYSTEM Cited by 1 source
AWS AppSync¶
AWS AppSync is AWS's managed GraphQL + Pub/Sub API service. Defines a GraphQL schema backed by pluggable resolvers (Lambda, DynamoDB, RDS, HTTP, OpenSearch, EventBridge). Supports real-time subscriptions + offline sync. Often paired with CloudFront for global distribution.
Stub — expand as dedicated sources arrive.
Seen in¶
- sources/2026-04-01-aws-automate-safety-monitoring-with-computer-vision-and-generative-ai — backs the React web application for the AWS safety-monitoring solution. Lambda resolvers embed Amazon QuickSight analytics + process CRUD operations against the application state. Distributed by CloudFront.