Added amazon folder and changed body of JSON return
This commit is contained in:
5
backend/amazon/GO_API_service/Makefile
Normal file
5
backend/amazon/GO_API_service/Makefile
Normal file
@@ -0,0 +1,5 @@
|
||||
build:
|
||||
go get github.com/aws/aws-lambda-go/lambda
|
||||
go get github.com/aws/aws-lambda-go/events
|
||||
env GOOS=linux go build -ldflags="-s -w" -o bin/GO_API GO_API/server.go
|
||||
zip deployment.zip bin/GO_API
|
||||
Reference in New Issue
Block a user