kinesis and subscription filter for logs creation skipped when watchToEnd false

pull/479/head
Frostebite 2022-12-10 02:06:07 +00:00
parent bbe5ef917d
commit e2bab20996
3 changed files with 5 additions and 3 deletions

3
dist/index.js vendored
View File

@ -2510,7 +2510,8 @@ Resources:
DependsOn:
- LogGroup
`;
TaskDefinitionFormation.streamLogs = `SubscriptionFilter:
TaskDefinitionFormation.streamLogs = `
SubscriptionFilter:
Type: 'AWS::Logs::SubscriptionFilter'
Properties:
FilterPattern: ''

2
dist/index.js.map vendored

File diff suppressed because one or more lines are too long

View File

@ -132,7 +132,8 @@ Resources:
DependsOn:
- LogGroup
`;
public static streamLogs = `SubscriptionFilter:
public static streamLogs = `
SubscriptionFilter:
Type: 'AWS::Logs::SubscriptionFilter'
Properties:
FilterPattern: ''