Include All Currently Supported Trigger Types (#1043)

Update README to include all currently supported trigger types with links to documentation.
This commit is contained in:
Josh Katz
2019-01-03 12:57:34 -08:00
committed by Soam Vasani
parent 37846a5827
commit 6cd7c4dff0
+1 -2
View File
@@ -68,8 +68,7 @@ ones if you want. (An environment is essentially just a container
with a webserver and dynamic loader.) with a webserver and dynamic loader.)
A _trigger_ is something that maps an event to a function; Fission A _trigger_ is something that maps an event to a function; Fission
supports HTTP routes as triggers today, with upcoming support for as of today supports [HTTP request](https://docs.fission.io/usage/trigger/#create-a-http-trigger), [timed](https://docs.fission.io/usage/trigger/#create-a-time-trigger), and [message queue](https://docs.fission.io/usage/trigger/#create-a-message-queue-trigger) triggers.
other types of event triggers, such as timers and Kubernetes events.
Usage Usage
----- -----