Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 284 Bytes

File metadata and controls

22 lines (16 loc) · 284 Bytes

lambda-playground

Setup

$ cp .envrc.sample .envrc
$ direnv allow

Go build

$ cd src/go-sample-zip
$ GOOS=linux GOARCH=amd64 go build -tags lambda.norpc -o bootstrap main.go

Manual deploy

$ cd src/python-sample-zip
$ lambroll deploy