Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 282 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 282 Bytes

How to Build

GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build -o handler ./main.go

How to Zip and Deploy

build-lambda-zip.exe -output handler.zip handler
aws lambda update-function-code --function-name {{name}} --zip-file fileb://handler.zip