Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 447 Bytes

File metadata and controls

17 lines (13 loc) · 447 Bytes

Sample Functions Framework Java and Maven

Run Locally (with Java 11 installed):

./mvnw function:run

Run Locally with Buildpacks & Docker:

pack build --builder gcr.io/buildpacks/builder:v1 sample-functions-java-mvn
docker run -it -ePORT=8080 -p8080:8080 sample-functions-java-mvn

Run on Cloud Run:

Run on Google Cloud