We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e87ccc commit 5d469c3Copy full SHA for 5d469c3
cloudformation/main.yml
@@ -186,7 +186,7 @@ Resources:
186
Type: AWS::Lambda::EventSourceMapping
187
Properties:
188
BatchSize: 5
189
- EventSourceArn: !GetAtt AppSecurityRoles.Outputs.MainQueueArn
+ EventSourceArn: !GetAtt AppSQSQueues.Outputs.MainQueueArn
190
FunctionName: !Sub ${ApplicationPrefix}-sqs-lambda
191
192
IamGroupRolesTable:
0 commit comments