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.