mirror of
https://github.com/serverless/serverless.git
synced 2026-01-25 15:07:39 +00:00
680 B
680 B
Read this on the main serverless docs site
Fn - Events
Simply put, events are the things that trigger your functions to run.
If you are using Fn as your provider, all events in the service are anything in Fn that can trigger your Functions, like HTTP endpoints or message queues.