From a4cb4516dba94dd982a70e4380b2075994fe61d5 Mon Sep 17 00:00:00 2001 From: mdugdale Date: Sun, 28 Mar 2021 00:17:05 +0000 Subject: [PATCH] typescript aws --- dist/cloudformation-stack-ttl.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dist/cloudformation-stack-ttl.yml b/dist/cloudformation-stack-ttl.yml index 5dec523c..108c8d0e 100644 --- a/dist/cloudformation-stack-ttl.yml +++ b/dist/cloudformation-stack-ttl.yml @@ -77,6 +77,8 @@ Resources: Id: 'DeleteCFNLambda' PermissionForDeleteCFNLambda: Type: "AWS::Lambda::Permission" + DependsOn: + - DeleteStackEventRule Properties: FunctionName: "DeleteCFNLambdaPermission" Action: "lambda:InvokeFunction"