148 - Overview
149 - Introduction
149 - graphql-section-code.zip
150 - Creating GraphQL API Resources
151 - Exploring the Resources on AWS Console
152 - Designing the GraphQL Schema
153 - Introduction to Serverless AppSync Plugin
154 - Implementing getBookById Query
155 - Implement createBook Mutation
156 - Testing the Mutation & Query
157 - Connecting a React App with the AppSync API
158 - Calling AppSync API from React App
159 - AWS AppSync Authorization Methods
160 - Adding AWSIAM authentication type to the AppSync Schema
161 - Creating an Cognito Identity Pool with CloudFormation
162 - Testing Guest User Access
163 - Pagination with AWS AppSync and DynamoDB
164 - Creating an AppSync Subscription for Realtime Communication
165 - Connecting AppSync Subscription with a React Frontend