typescript aws
parent
de61bb70d8
commit
11a2057c5f
|
|
@ -278,7 +278,6 @@ Resources:
|
||||||
- "cloudformation:DeleteStack"
|
- "cloudformation:DeleteStack"
|
||||||
Resource: "*"
|
Resource: "*"
|
||||||
|
|
||||||
|
|
||||||
### cloud watch to kinesis role
|
### cloud watch to kinesis role
|
||||||
|
|
||||||
CloudWatchIAMRole:
|
CloudWatchIAMRole:
|
||||||
|
|
|
||||||
|
|
@ -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}:DeleteCFNLambdaExecutionRole'
|
||||||
GenerateCronExpression:
|
GenerateCronExpression:
|
||||||
Type: "Custom::GenerateCronExpression"
|
Type: "Custom::GenerateCronExpression"
|
||||||
Version: "1.0"
|
Version: "1.0"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue