20190821 AWS Black Belt Online Seminar AWS AppSync
AWS AppSync is a fully managed GraphQL service that allows building and running GraphQL APIs on AWS. It supports real-time data, offline programming, and fetching only required data through connections to various data sources like DynamoDB, Lambda, Elasticsearch and HTTP endpoints. It handles authentication, data synchronization, conflict detection and resolution, and provides a clean interface between clients and servers through GraphQL queries.