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.
Deploying and testing your AppSync API - Amazon Web Services (AWS) Tutorial
From the course: Complete Guide to Serverless Web App Development on AWS
Deploying and testing your AppSync API
- [Instructor] Great. Now that your GraphQL schema and AppSync API are set up, it's time to deploy and test everything and see it in action. Before we move forward, go to your Amplify stack and make sure that you have IS_SERVER_MOCK to false. So when we have everything set up, we don't need to redeploy the bracket. So let's make this change now. Now you can go and deploy everything. So let's run cdk deploy --all, and this will then create all the infrastructure for our AppSync API. This will also create the Dynamo table and all the resolvers for our type. So everything will be done for us. So it will take a little while to deploy this for the first time. So just hang on and wait. And then when the deployment is ready, we'll revise all the resources that were created. Great. Now it's deployed. Let's go to our AWS account and check what happened. First, let's look for AppSync. So we can type here AppSync and let's see what happens. So this is the AppSync view and how it looks. We are…
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)
-
-
-