kinesis and subscription filter for logs creation skipped when watchToEnd false

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

3
dist/index.js vendored
View File

@ -2535,7 +2535,8 @@ TaskDefinitionFormation.streamLogs = `
ShardCount: 1
Metadata:
'AWS::CloudFormation::Designer':
id: c6f18447-b879-4696-8873-f981b2cedd2b`;
id: c6f18447-b879-4696-8873-f981b2cedd2b
`;
/***/ }),

2
dist/index.js.map vendored

File diff suppressed because one or more lines are too long

View File

@ -157,5 +157,6 @@ Resources:
ShardCount: 1
Metadata:
'AWS::CloudFormation::Designer':
id: c6f18447-b879-4696-8873-f981b2cedd2b`;
id: c6f18447-b879-4696-8873-f981b2cedd2b
`;
}