Static Website Lambda Commenting System Build for AWS Lambda GOARCH=amd64 GOOS=linux CGO_ENABLED=0 go build -tags lambda.norpc -o bootstrap main.go && rm -f function.zip && zip function.zip bootstrap