This is a example project to show how to use Python in an AWS Lambda function to control actions that you desire to send to any AWS service, in this case to AWS AppSync which is a GraphQL server.
The cdk.json file tells the CDK Toolkit how to execute your app.
npm installinstall project dependenciesnpm run buildcompile typescript to jsnpm run watchwatch for changes and compilenpm run testperform the jest unit testscdk deploydeploy this stack to your default AWS account/regioncdk diffcompare deployed stack with current statecdk synthemits the synthesized CloudFormation template