Skip to content

wesreisz-tw/hello-java-function

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Running Functions Simple hello world target for function code.

reference:

run locally

mvn function:run -Drun.functionTarget=functions.HelloWorld

deploy to gCloud

export REGION=us-east2 gcloud functions deploy hello-java-function \ --gen2 \ --entry-point=functions.HelloWorld \ --runtime=java17 \ --region=$REGION \ --source=. \ --trigger-http \ --allow-unauthenticated

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages