Uploaded November 2020 | Updated September 2026, 2 hours ago
Code: github.com/dabit3/amplify-with-cdk
In this video I show you how to import AWS resources created by the Amplify CLI into a CDK project to build out an authenticated GraphQL API with AWS AppSync. I'll use a Lambda function as a GraphQL resolver to map operations into a DynamoDB table for creating, updating, deleting, and querying for data.
The line of code at the very end of the video should be this:
Amplify.configure({ ...config, ...CDKConfig });
Code: github.com/dabit3/amplify-with-cdk
In this video I show you how to import AWS resources created by the Amplify CLI into a CDK project to build out an authenticated GraphQL API with AWS AppSync. I'll use a Lambda function as a GraphQL resolver to map operations into a DynamoDB table for creating, updating, deleting, and querying for data.
The line of code at the very end of the video should be this:
Amplify.configure({ ...config, ...CDKConfig });










