Skip to content

connor-stokes/go-aws-lambda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Simple example deploying Go AWS Lambda functions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published