Interface IEventSource
An abstract class which represents an AWS Lambda event source.
Namespace: Amazon.CDK.AWS.Lambda
Assembly: Amazon.CDK.AWS.Lambda.dll
Syntax (csharp)
public interface IEventSource
Syntax (vb)
Public Interface IEventSource
Synopsis
Methods
Bind(IFunction) | Called by |
Methods
Bind(IFunction)
Called by lambda.addEventSource
to allow the event source to bind to this function.
void Bind(IFunction target)
Parameters
- target IFunction
That lambda function to bind to.