Mixing Amplify with CDK - Building an Authenticated GraphQL API with TypeScript on AWS
Code: https://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 });