package
0.0.0-20241209154731-68356499f064
Repository: https://github.com/serverless/event-gateway.git
Documentation: pkg.go.dev

# Functions

Handler is our lambda handler invoked by the `lambda.Start` function call.

# Type aliases

Response is of type APIGatewayProxyResponse since we're leveraging the AWS Lambda Proxy Request functionality (default behavior) https://serverless.com/framework/docs/providers/aws/events/apigateway/#lambda-proxy-integration.