lbd_func_event_map

class troposphere_mate.associate.lbd_func_event_map.LinkerApi[source]
class LbdEventMapWithLbdFuncAndSQS[source]

Ref: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html

associate(lbd_event_map, lbd_func, sqs_queue, *args, **kwargs)[source]

Use SQS Queue to trigger Lambda Function

class LbdEventMapWithLbdFuncAndKinesisStream[source]

Ref: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html

associate(lbd_event_map, lbd_func, kinesis_stream, *args, **kwargs)[source]

Use Kinesis Stream to trigger Lambda Function

class LbdEventMapWithLbdFuncAndDynamoDB[source]

Ref: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html

associate(lbd_event_map, lbd_func, dynamodb_table, *args, **kwargs)[source]

Use DynamoDB Table Stream to trigger Lambda Function