Skip to content

Commit dd2494d

Browse files
committed
cloudfront-apigw-rest-api-lambda-dynamodb-sam: Add DependsOn for AWS::WAFv2::WebACLAssociation
1 parent 2f5429c commit dd2494d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

cloudfront-apigw-rest-api-lambda-dynamodb-sam/template.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,8 @@ Resources:
314314
Properties:
315315
ResourceArn: !Sub arn:aws:apigateway:${AWS::Region}::/restapis/${API}/stages/dev
316316
WebACLArn: !GetAtt APIWebACL.Arn
317-
317+
DependsOn: APIdevStage
318+
318319
Outputs:
319320
CloudfrontDomain:
320321
Value: !GetAtt CloudFront.DomainName

0 commit comments

Comments
 (0)