Contents:
aws_cdk.aws_lambda.
IEventSource
Bases: typing_extensions.Protocol
typing_extensions.Protocol
An abstract class which represents an AWS Lambda event source.
Methods
bind
Called by lambda.addEventSource to allow the event source to bind to this function.
lambda.addEventSource
target (IFunction) – That lambda function to bind to.
IFunction
None