Skip to content

Commit 5d469c3

Browse files
committed
fix cfn
Signed-off-by: Dev Singh <[email protected]>
1 parent 2e87ccc commit 5d469c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cloudformation/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ Resources:
186186
Type: AWS::Lambda::EventSourceMapping
187187
Properties:
188188
BatchSize: 5
189-
EventSourceArn: !GetAtt AppSecurityRoles.Outputs.MainQueueArn
189+
EventSourceArn: !GetAtt AppSQSQueues.Outputs.MainQueueArn
190190
FunctionName: !Sub ${ApplicationPrefix}-sqs-lambda
191191

192192
IamGroupRolesTable:

0 commit comments

Comments
 (0)