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

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