Added serverless folder and files in it
This commit is contained in:
3
backend/serverless/GO_API_service/Makefile
Normal file
3
backend/serverless/GO_API_service/Makefile
Normal 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
|
||||
Reference in New Issue
Block a user