README.serverlessfn.md
September 26, 2023 ยท View on GitHub
Create a Function
Creates a Function in the mentioned directory with the specified language/runtime selected and handles HTTP events.

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

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

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

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

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