Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 373 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 373 Bytes

summary of go lambda function

go test -v
GOARCH=amd64 GOOS=linux go build  -o main main.go
sam package --template-file template.yaml --s3-bucket <your-s3-bucket> --output-template-file packaged-template.yaml
sam deploy --template-file packaged-template.yaml --stack-name <your-stack-name> --capabilities CAPABILITY_IAM