Function Created


Notes:

Triggered when a function is created.

Permissions
Manage Functions
Learn more about app permissions.
Method Declaration
Copy
Method Parameters
handlerfunction

handler(event: FunctionCreatedEnvelope): void | Promise<void>

Did this help?