interface IEventSource
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Lambda.IEventSource |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awslambda#IEventSource |
![]() | software.amazon.awscdk.services.lambda.IEventSource |
![]() | aws_cdk.aws_lambda.IEventSource |
![]() | aws-cdk-lib » aws_lambda » IEventSource |
Implemented by
Api
, Dynamo
, Kinesis
, Managed
, S3
, 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.