LambdaAddEventSourceSQS

Description

Creates a mapping between an SQS queue (as event source) and a Lambda function (as event target).

Resources

AWS::Lambda::EventSourceMapping

AWS::IAM::Policy

Input

SQSQueue

Logical ID of AWS::SQS::Queue resource (event source)

LambdaFunction

Logical ID of AWS::Lambda::Function resource (event target)

LambdaFunctionRole

Logical ID of AWS::IAM::Role resource associated with the target lambda function

Output

None