UNPKG

serverless

Version:

Serverless Framework - Build web, mobile and IoT applications with serverless architectures using AWS Lambda, Azure Functions, Google CloudFunctions & more

11 lines (8 loc) 193 B
.PHONY: all deps clean build all: deps clean build deps: go get github.com/tencentyun/scf-go-lib/cloudfunction clean: rm -rf ./index build: GOOS=linux GOARCH=amd64 go build -o ./index .