typescript aws
parent
11a2057c5f
commit
a4cb4516db
|
|
@ -77,6 +77,8 @@ Resources:
|
||||||
Id: 'DeleteCFNLambda'
|
Id: 'DeleteCFNLambda'
|
||||||
PermissionForDeleteCFNLambda:
|
PermissionForDeleteCFNLambda:
|
||||||
Type: "AWS::Lambda::Permission"
|
Type: "AWS::Lambda::Permission"
|
||||||
|
DependsOn:
|
||||||
|
- DeleteStackEventRule
|
||||||
Properties:
|
Properties:
|
||||||
FunctionName: "DeleteCFNLambdaPermission"
|
FunctionName: "DeleteCFNLambdaPermission"
|
||||||
Action: "lambda:InvokeFunction"
|
Action: "lambda:InvokeFunction"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue