# README
AWS Lambda Function Handler Source
The lambda executable handler
was built using
go get github.com/aws/aws-lambda-go/lambda
GOOS=linux GOARCH=amd64 go build -tags lambda.norpc -o bootstrap .
# Functions
HandleRequest Fails if ShouldFail is `true`, otherwise echos the input.