Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 460 Bytes

File metadata and controls

19 lines (14 loc) · 460 Bytes

Sample Functions Framework Go

Run Locally with Go installed:

go run cmd/main.go

Run Locally with pack & Docker:

pack build --builder=gcr.io/buildpacks/builder sample-functions-framework-go
docker run -p8080:8080 sample-functions-framework-go

Check it out: http://localhost:8080

Run on Cloud Run:

Run on Google Cloud