You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This adds a page to describe the various ways an OpenFaaS function can be triggered.
Currently only pointing to various repositories.
This will provide way for users to quickly and easily see the ways
a function can be invoked
Signed-off-by: Burton Rheutan <[email protected]>
OpenFaaS functions can be triggered easily by any kind of event. A small piece of code will convert from the event-source and trigger the function using the OpenFaaS Gateway API.
4
+
5
+
The most common use-case is HTTP which acts as a lingua franca between internet-connected systems.
6
+
7
+
Looking to trigger a function on a schedule? Have a look at the [Cron page](/reference/cron/) for more information
8
+
9
+
## HTTP
10
+
This is the default, and standard method for interacting with your Functions.
0 commit comments