package
0.0.0-20190325111451-f8bfda6d0391
Repository: https://github.com/linus-boehm/examples.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.