package
0.0.0-20240918173714-52b63c7f9d39
Repository: https://github.com/serverless/examples.git
Documentation: pkg.go.dev

# Functions

Handler is our lambda handler invoked by the `lambda.Start` function call Handler function Using AWS Lambda Proxy Request.

# 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.