AWS Lambda
See
- https://github.com/awslabs/aws-lambda-go-api-proxy
- https://docs.aws.amazon.com/lambda/latest/dg/lambda-golang.html#golang-libraries
- https://docs.aws.amazon.com/lambda/latest/dg/golang-handler.html#golang-example-code
- https://docs.aws.amazon.com/cdk/api/v2/docs/aws-lambda-go-alpha-readme.html
For all Lambda functions in Go, you must include the github.com/aws/aws-lambda-go/lambda
package, which implements the Lambda programming model for Go. Include this package with the following go get command:
go get github.com/aws/aws-lambda-go