This pattern creates an Amazon API Gateway (HTTP) and an AWS Lambda function.
This pattern deploys an Amazon API Gateway (HTTP) with a default route and basic CORS configuration.
The default route is integrated with an AWS Lambda function written in Python.
The function logs the incoming API event (v2) and context object to an Amazon CloudWatch Logs log group and returns basic information about the event to the caller.