From the course: Complete Guide to Serverless Web App Development on AWS
Unlock this course with a free trial
Join today to access over 24,600 courses taught by industry experts.
Introduction to AppSync - Amazon Web Services (AWS) Tutorial
From the course: Complete Guide to Serverless Web App Development on AWS
Introduction to AppSync
- [Instructor] AWS AppSync is a fully managed service that simplifies the process of building GraphQL APIs. It allows applications to securely access, modify, and combine data from multiple sources, while providing real-time updates and offline synchronization. AWS AppSync includes several power features that enhance GraphQL API development. It has the simplified data access and querying. With GraphQL, clients request only the data they need, avoiding over-fetching or under-fetching. Real-time data updates. It has built-in GraphQL subscriptions and popup channels that enables seamless real-time data synchronization. AppSync offers offline data synchronization. Apps continue functioning without an internet connection with automatic data syncing upon recognition. It has server-side caching. It allows for high speed in memory caching that reduce latency and improves performance. AppSync provides enterprise-grade security, supporting multiple authentication and authorization methods…
Contents
-
-
-
-
-
-
-
-
(Locked)
Introduction to GraphQL4m 5s
-
(Locked)
Introduction to AppSync3m 42s
-
(Locked)
Challenge: Create a cognito userpool, client and identity pool2m 26s
-
(Locked)
Solution: Create a cognito userpool, client and identity pool5m 41s
-
(Locked)
Challenge: Host the test WebApp with Amplify1m 49s
-
(Locked)
Solution: Host the test WebApp with Amplify10m 32s
-
(Locked)
Challenge: Add authentication using cognito to the webapp1m 53s
-
(Locked)
Solution: Add authentication using cognito to the webapp5m 41s
-
(Locked)
Amplify GraphQL Directives2m 33s
-
Create the GraphQL Schema4m 56s
-
(Locked)
Creating a simple API with AppSync and AWS CDK7m 39s
-
(Locked)
Deploying and testing your AppSync API3m 47s
-
(Locked)
Integrating the API into your webapp9m 55s
-
(Locked)
Adding a function as a datasource14m 35s
-
(Locked)
Challenge: Integrating the new function in the front end1m 21s
-
(Locked)
Solution: Integrating the new function in the frontend5m 40s
-
(Locked)
Progress check: Web Apps with GraphQL APIs1m 54s
-
(Locked)
-
-
-