aldrinleal / sls-go-template

sls template - go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

sls template - go


Languages

Language:Go 83.4%Language:Makefile 16.6%