Skip to content

Latest commit

 

History

History
16 lines (15 loc) · 2.18 KB

functions-events.md

File metadata and controls

16 lines (15 loc) · 2.18 KB

Functions events {% #functions-events %}

Name Payload Description
functions.* Function Object This event triggers on any functions event.
functions.*.create Function Object This event triggers when a function is created.
functions.*.delete Function Object This event triggers when a function is deleted.
functions.*.deployments.* Deployment Object This event triggers on any deployments event.
functions.*.deployments.*.create Deployment Object This event triggers when a deployment is created.
functions.*.deployments.*.delete Deployment Object This event triggers when a deployment is deleted.
functions.*.deployments.*.update Deployment Object This event triggers when a deployment is updated.
functions.*.executions.* Execution Object This event triggers on any executions event.
functions.*.executions.*.create Execution Object This event triggers when an execution is created.
functions.*.executions.*.delete Execution Object This event triggers when an execution is deleted.
functions.*.executions.*.update Execution Object This event triggers when an execution is updated.
functions.*.update Function Object This event triggers when a function is updated.