typescript aws
parent
03175de2bf
commit
01b3c10bac
|
|
@ -76,7 +76,8 @@ Resources:
|
||||||
Handler: "index.handler"
|
Handler: "index.handler"
|
||||||
Runtime: "python3.6"
|
Runtime: "python3.6"
|
||||||
Timeout: "5"
|
Timeout: "5"
|
||||||
Role: 'Fn::ImportValue': !Sub '${EnvironmentName}:DeleteCFNLambdaExecutionRole'
|
Role:
|
||||||
|
- 'Fn::ImportValue': !Sub '${EnvironmentName}:DeleteCFNLambdaExecutionRole'
|
||||||
DeleteStackEventRule:
|
DeleteStackEventRule:
|
||||||
DependsOn:
|
DependsOn:
|
||||||
- DeleteCFNLambda
|
- DeleteCFNLambda
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue