Added serverless folder and files in it

This commit is contained in:
emirbarucija
2018-05-15 17:14:54 +02:00
parent 6a54807efc
commit ad0b6cd53e
4 changed files with 201 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
build:
go get github.com/aws/aws-lambda-go/lambda
env GOOS=windows go build -ldflags="-s -w" -o bin/GO_API GO_API/server.go