CreateFunctionSettings.

Handler Property

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
CreateFunctionSettings

Syntax

public string Handler { get; set; }

Value

Type Description
string