Show / Hide Table of Contents

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 lambda.addEventSource to allow the event source to bind to this function.

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.

Back to top Generated by DocFX