Skip to content

Commit 1cbbe73

Browse files
remove unsupported events in doc (#113)
1 parent dca4cdf commit 1cbbe73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ functions:
296296

297297
### Events
298298

299-
With `events`, you may link your functions with specific triggers, which might include `CRON Schedule (Time based)`, `MQTT Queues` (Publish on a topic will trigger the function), `S3 Object update` (Upload an object will trigger the function).
299+
With `events`, you may link your functions with `CRON Schedule (Time based)` triggers.
300300

301301
**Note that we do not include HTTP triggers in our event types, as a HTTP endpoint is created for every function**. Triggers are just a new way to trigger your Function, but you will always be able to execute your code via HTTP.
302302

0 commit comments

Comments
 (0)