typescript aws

pull/235/head
mdugdale 2021-03-27 23:49:41 +00:00
parent 03175de2bf
commit 01b3c10bac
1 changed files with 2 additions and 1 deletions

View File

@ -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