Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 511 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 511 Bytes

Golang mod provided.al2 Serverless template

Requirements

  • Serverless CLI
  • Make

Instructions

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