AWS AppSync

2023-06-23T06:49:54+00:00

Bookmarks Concepts Monitoring Security Pricing AWS AppSync Cheat Sheet A serverless GraphQL and Pub/Sub API service that streamlines the development of modern web and mobile applications AppSync GraphQL APIs - provides a unified endpoint for securely querying and updating data from multiple databases, microservices, and APIs AppSync Pub/Sub APIs - data updates are automatically published to subscribed API clients via serverless WebSockets connections. Concepts GraphQL It allows apps to retrieve data from servers. The GraphQL proxy is a component that runs the GraphQL engine to process requests and map them to logical functions [...]