package
0.0.0-20241104210136-6b312052229e
Repository: https://github.com/vhive-serverless/loader.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.