/sls-go-template

sls template - go

Primary LanguageGo

sls-go-template

Delete this section

  • Edit these files to your project:
    • go.mod
    • serverless.yml
    • package.json
    • this README.md

Deploying

(requires make, go and yarn):

$ go get -v ./...
$ yarn install --frozen-lockfile
$ make && yarn sls deploy

Details