AppSync Flashcards
What is Appsync and what is it used for
AppSync is a managed service that uses GraphQL. GraphQL makes it easy for applications to get exactly the data they need. This includes combining data from one or more sources. NoSQL data stores, relational databases, HTTP APIs
How does AppSync work?
It uses GraphQL to gather real time data from sources you want and feeds into your apps or dashboard. It can also connect to Cloudwatch for you to gather logs and metrics
AppSync can integrate with Cognito, explain how it can leverage Cognito
Appsync can perform authorization using Cognito, by seeing what group a user is in, it can specify the resolver in which the user can use to query information from the database