Create an AppSync API with a direct Lambda resolver
This CDK application deploys an AppSync API which uses direct Lambda resolvers. On querying the AppSync API, AppSync will invoke the Lambda function and provides a default payload to your Lambda function as well as a default translation from a Lambda function's response to a GraphQL type.