Class Handler
Lambda function handler.
Inheritance
System.Object
Handler
Namespace: Amazon.CDK.AWS.Lambda
Assembly: Amazon.CDK.AWS.Lambda.dll
Syntax (csharp)
public class Handler : DeputyBase
Syntax (vb)
Public Class Handler
Inherits DeputyBase
Synopsis
Constructors
Handler(ByRefValue) | Used by jsii to construct an instance of this class from a Javascript-owned object reference |
Handler(DeputyBase.DeputyProps) | Used by jsii to construct an instance of this class from DeputyProps |
Properties
FROM_IMAGE | A special handler when the function handler is part of a Docker image. |
Constructors
Handler(ByRefValue)
Used by jsii to construct an instance of this class from a Javascript-owned object reference
protected Handler(ByRefValue reference)
Parameters
- reference Amazon.JSII.Runtime.Deputy.ByRefValue
The Javascript-owned object reference
Handler(DeputyBase.DeputyProps)
Used by jsii to construct an instance of this class from DeputyProps
protected Handler(DeputyBase.DeputyProps props)
Parameters
- props Amazon.JSII.Runtime.Deputy.DeputyBase.DeputyProps
The deputy props
Properties
FROM_IMAGE
A special handler when the function handler is part of a Docker image.
public static string FROM_IMAGE { get; }
Property Value
System.String