interface IEventSource
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.Lambda.IEventSource |
Java | software.amazon.awscdk.services.lambda.IEventSource |
Python | aws_cdk.aws_lambda.IEventSource |
TypeScript (source) | @aws-cdk/aws-lambda » IEventSource |
Implemented by
Api, Dynamo, Kinesis, Managed, S3, Self, Sns, Sqs
An abstract class which represents an AWS Lambda event source.
Methods
| Name | Description |
|---|---|
| bind(target) | Called by lambda.addEventSource to allow the event source to bind to this function. |
bind(target)
public bind(target: IFunction): void
Parameters
- target
IFunction— That lambda function to bind to.
Called by lambda.addEventSource to allow the event source to bind to this function.

.NET
Java
Python
TypeScript (