- Serverless CLI
- Make
To create a new serverless project using this template run the command:
serverless --template-url "https://github.com/loadfms/serverless-golang-provided.al2"
Don't forget to initialize the go mod package and install the aws-lambda-go
package:
go mod init <package-name>
go get github.com/aws/aws-lambda-go
To make deploy just run the command:
make deploy