Skip to content

Latest commit

 

History

History
43 lines (23 loc) · 2.05 KB

README.serverlessfn.md

File metadata and controls

43 lines (23 loc) · 2.05 KB

Create a Function

Creates a Function in the mentioned directory with the specified language/runtime selected and handles HTTP events.

 screencast

Create Function using git template

Creates a Function in the mentioned directory with the specified git based template selected.

 screencast

Build a Function

Build a function project (source code in the workspace) as a container image and push to a registry.

 screencast

Run the Function locally

Run your function to see how it works locally before to push it on your cluster.

 screencast

Deploy the Function

Deploys a function to the currently configured Knative-enabled cluster from your IDE

 screencast

Invoke the Function

Invokes the function by sending a test request to the currently running function instance, either locally or remote

 screencast

Documentation