Skip to content

Commit 4119220

Browse files
authored
Merge branch 'master' into schema
2 parents b24be5e + c7f57a7 commit 4119220

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/@aws-cdk/aws-logs/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -246,4 +246,4 @@ const pattern = FilterPattern.spaceDelimited('time', 'component', '...', 'result
246246

247247
Be aware that Log Group ARNs will always have the string `:*` appended to
248248
them, to match the behavior of [the CloudFormation `AWS::Logs::LogGroup`
249-
resource](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-loggroup.html#aws-resource-logs-loggroup-return-values).
249+
resource](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-loggroup.html#aws-resource-logs-loggroup-return-values).

packages/@aws-cdk/aws-logs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"devDependencies": {
6666
"@aws-cdk/assert": "0.0.0",
6767
"@types/nodeunit": "^0.0.31",
68-
"aws-sdk": "^2.715.0",
68+
"aws-sdk": "^2.739.0",
6969
"aws-sdk-mock": "^5.1.0",
7070
"cdk-build-tools": "0.0.0",
7171
"cdk-integ-tools": "0.0.0",

0 commit comments

Comments
 (0)