Skip to content

Commit e93d7ff

Browse files
authored
Update main.yml
1 parent e577f9a commit e93d7ff

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cloudformation/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,8 @@ Resources:
193193

194194
SQSLambdaEventMapping:
195195
Type: AWS::Lambda::EventSourceMapping
196+
DependsOn:
197+
- AppSqsLambdaFunction
196198
Properties:
197199
BatchSize: 5
198200
EventSourceArn: !GetAtt AppSQSQueues.Outputs.MainQueueArn

0 commit comments

Comments
 (0)