This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.AWS.Lambda.
Summary
Gets and sets the property Handler. The function within your code that Lambda calls to begin execution. For Node.js,
it is the module-name.export value in your function. For Java, it can be package.class-name::handler or package.class-name. For more information, see Lambda Function Handler (Java).
- Assembly
- Cake
.AWS .Lambda .dll - Namespace
- Cake
.AWS .Lambda - Containing Type
- Create
Function Settings
Syntax
public string Handler { get; set; }
Value
Type | Description |
---|---|
string |