Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Outline

Google Cloud Platform logo

Google Cloud Functions Java Samples

Cloud Functions is a lightweight, event-based, asynchronous compute solution that allows you to create small, single-purpose functions that respond to Cloud events without the need to manage a server or a runtime environment.

Samples

Running Functions Locally

The Java Functions Framework Maven plugin (com.google.cloud.functions:function-maven-plugin) allows you to run Java Cloud Functions code on your local machine for local development and testing purposes. Use the following Maven command to run a function locally:

mvn function:run -Drun.functionTarget=your.package.yourFunction
Morty Proxy This is a proxified and sanitized view of the page, visit original site.