typescript aws

pull/235/head
mdugdale 2021-03-27 23:56:28 +00:00
parent 849e6279a7
commit 540f8b26f0
1 changed files with 2 additions and 2 deletions

View File

@ -60,7 +60,7 @@ Resources:
Runtime: "python3.6" Runtime: "python3.6"
Timeout: "5" Timeout: "5"
Role: Role:
- 'Fn::ImportValue': !Sub '${EnvironmentName}:DeleteCFNLambdaExecutionRole' 'Fn::ImportValue': !Sub '${EnvironmentName}:DeleteCFNLambdaExecutionRole'
DeleteStackEventRule: DeleteStackEventRule:
DependsOn: DependsOn:
- DeleteCFNLambda - DeleteCFNLambda
@ -124,7 +124,7 @@ Resources:
Runtime: "python3.6" Runtime: "python3.6"
Timeout: "5" Timeout: "5"
Role: Role:
- 'Fn::ImportValue': !Sub '${EnvironmentName}:ECSTaskExecutionRole' 'Fn::ImportValue': !Sub '${EnvironmentName}:ECSTaskExecutionRole'
GenerateCronExpression: GenerateCronExpression:
Type: "Custom::GenerateCronExpression" Type: "Custom::GenerateCronExpression"
Version: "1.0" Version: "1.0"