Skip to content

Commit 6dbfe8f

Browse files
authored
2 parents 86f77bb + ea6d26a commit 6dbfe8f

File tree

803 files changed

+46318
-5744
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

803 files changed

+46318
-5744
lines changed

.github/dependabot.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ updates:
99
schedule:
1010
interval: "weekly"
1111
labels:
12-
- "pr/auto-approve"
12+
- "auto-approve"
1313
open-pull-requests-limit: 5

.github/workflows/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ These workflows and actions are configured in the AWS CDK GitHub repository.
66

77
### Auto Approve
88
[auto-approve.yml](auto-approve.yml): Approves merging PRs with the
9-
`pr/auto-approve` label.
9+
`auto-approve` label.
1010
Owner: Core CDK team
1111

1212
### PR Linter

.github/workflows/auto-approve.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Approve PRs with "pr/auto-approve". mergify takes care of the actual merge.
1+
# Approve PRs with "auto-approve". mergify takes care of the actual merge.
22

33
name: auto-approve
44
on:
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
auto-approve:
10-
if: contains(github.event.pull_request.labels.*.name, 'pr/auto-approve')
10+
if: contains(github.event.pull_request.labels.*.name, 'auto-approve')
1111
runs-on: ubuntu-latest
1212
permissions:
1313
pull-requests: write

.github/workflows/issue-label-assign.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,14 @@ jobs:
1818
with:
1919
github-token: "${{ secrets.GITHUB_TOKEN }}"
2020
excluded-expressions: "[CDK CLI Version|TypeScript|Java|Python]"
21+
area-is-keyword: true
2122
parameters: >
2223
[
2324
{"area":"package/tools","keywords":["cli","command line","init","synth","diff","bootstrap"],"labels":["package/tools"],"assignees":["rix0rrr"]},
2425
{"area":"@aws-cdk/alexa-ask","keywords":["alexa-ask","alexa", "cfnskill"],"labels":["@aws-cdk/alexa-ask"],"assignees":["madeline-k"]},
2526
{"area":"@aws-cdk/app-delivery","keywords":["app-delivery","PipelineDeployStackAction"],"labels":["@aws-cdk/app-delivery"],"assignees":["skinny85"]},
26-
{"area":"@aws-cdk/assert","keywords":["assert", "@aws-cdk/assert"],"labels":["@aws-cdk/assert"],"assignees":["kaizen3031593"]},
27-
{"area":"@aws-cdk/assertions","keywords":["assertions", "@aws-cdk/assertions"],"labels":["@aws-cdk/assertions"],"assignees":["kaizen3031593"]},
27+
{"area":"@aws-cdk/assert","keywords":["assert"],"labels":["@aws-cdk/assert"],"assignees":["kaizen3031593"]},
28+
{"area":"@aws-cdk/assertions","keywords":["assertions"],"labels":["@aws-cdk/assertions"],"assignees":["kaizen3031593"]},
2829
{"area":"@aws-cdk/assets","keywords":["assets","staging"],"labels":["@aws-cdk/assets"],"assignees":["eladb"]},
2930
{"area":"@aws-cdk/aws-accessanalyzer","keywords":["aws-accessanalyzer","accessanalyzer","cfnanalyzer"],"labels":["@aws-cdk/aws-accessanalyzer"],"assignees":["skinny85"]},
3031
{"area":"@aws-cdk/aws-acmpca","keywords":["aws-acmpca","acmpca","certificateauthority"],"labels":["@aws-cdk/aws-acmpca"],"assignees":["skinny85"]},

.github/workflows/pr-labeler.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ jobs:
1313
pull-requests: write
1414
issues: write
1515
steps:
16-
- run: gh pr edit ${{ github.event.pull_request.number }} --add-label "pr/auto-approve" -R ${{ github.repository }}
16+
- run: gh pr edit ${{ github.event.pull_request.number }} --add-label "auto-approve" -R ${{ github.repository }}
1717
env:
1818
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/yarn-upgrade.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
title: 'chore: npm-check-updates && yarn upgrade'
111111
body: |-
112112
Ran npm-check-updates and yarn upgrade to keep the `yarn.lock` file up-to-date.
113-
labels: contribution/core,dependencies,pr/auto-approve
113+
labels: contribution/core,dependencies,auto-approve
114114
team-reviewers: aws-cdk-team
115115
# Github prevents further Github actions to be run if the default Github token is used.
116116
# Instead use a privileged token here, so further GH actions can be triggered on this PR.

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ coverage/
2323
*.sw[a-z]
2424
*~
2525
.idea
26+
*.iml
2627
junit.xml
2728

2829
# We don't want tsconfig at the root

CHANGELOG.md

+45
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,51 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [1.138.0](https://github.com/aws/aws-cdk/compare/v1.137.0...v1.138.0) (2022-01-04)
6+
7+
8+
### ⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES
9+
10+
* **lambda-python:** `assetHashType` and `assetHash` properties moved to new `bundling` property.
11+
* **lambda-python:** Runtime is now required for `LambdaPython`
12+
13+
### Features
14+
15+
* **apigateway:** Add stage ARN attribute ([#18170](https://github.com/aws/aws-cdk/issues/18170)) ([be7acfd](https://github.com/aws/aws-cdk/commit/be7acfd54fbfe41a608fb8469657701de2b2a383))
16+
* **aws-autoscaling:** Add support for termination policies ([#17936](https://github.com/aws/aws-cdk/issues/17936)) ([9e6f977](https://github.com/aws/aws-cdk/commit/9e6f977d8ac4ad7ab2852536cc20c4469fe74f03)), closes [#15654](https://github.com/aws/aws-cdk/issues/15654)
17+
* **aws-ec2:** add g4ad instance types ([#17927](https://github.com/aws/aws-cdk/issues/17927)) ([8cb6a76](https://github.com/aws/aws-cdk/commit/8cb6a768cd4310628925fa117b674ae456aa8474)), closes [#17565](https://github.com/aws/aws-cdk/issues/17565)
18+
* **cfnspec:** add CloudFormation documentation to L1 classes ([#18101](https://github.com/aws/aws-cdk/issues/18101)) ([0ed661d](https://github.com/aws/aws-cdk/commit/0ed661df0b060d0ec4c502b92511b3e777144854))
19+
* **cli:** hotswap deployments for CodeBuild projects ([#18161](https://github.com/aws/aws-cdk/issues/18161)) ([4ae4df8](https://github.com/aws/aws-cdk/commit/4ae4df8388e6346d4bcb8700059e8268d7e1daac))
20+
* **cli:** show how long `cdk deploy` steps take ([#18230](https://github.com/aws/aws-cdk/issues/18230)) ([82fa742](https://github.com/aws/aws-cdk/commit/82fa7428d1a66e3a95692551bd4dae30a5fee771)), closes [#18213](https://github.com/aws/aws-cdk/issues/18213)
21+
* **cli:** support for hotswapping Lambda Versions and Aliases ([#18145](https://github.com/aws/aws-cdk/issues/18145)) ([13d77b7](https://github.com/aws/aws-cdk/commit/13d77b75327eede6bce63a57f6c319c86aead6ec)), closes [#18058](https://github.com/aws/aws-cdk/issues/18058) [#17043](https://github.com/aws/aws-cdk/issues/17043)
22+
* **codepipeline:** variables for CodeStar Connections source Action ([#18086](https://github.com/aws/aws-cdk/issues/18086)) ([c99da16](https://github.com/aws/aws-cdk/commit/c99da16aae68437d1546c8ad431d7050f954ffac)), closes [#17807](https://github.com/aws/aws-cdk/issues/17807)
23+
* **custom-resources:** NoEcho for sensitive data in provider framework ([#18097](https://github.com/aws/aws-cdk/issues/18097)) ([621a410](https://github.com/aws/aws-cdk/commit/621a410471fcda0e388a7a53bb0e3cdb77be759c))
24+
* **docdb:** allow setting log retention ([#18120](https://github.com/aws/aws-cdk/issues/18120)) ([002202f](https://github.com/aws/aws-cdk/commit/002202fd7e32192214017772a99f9e17072bd0d8)), closes [#13191](https://github.com/aws/aws-cdk/issues/13191)
25+
* **ec2:** add Windows Server 2022 WindowsVersions ([#18203](https://github.com/aws/aws-cdk/issues/18203)) ([dee732d](https://github.com/aws/aws-cdk/commit/dee732d063c0658b768bf7b9f24087b8baed2ed6)), closes [#18199](https://github.com/aws/aws-cdk/issues/18199)
26+
* **glue:** support partition index on tables ([#17998](https://github.com/aws/aws-cdk/issues/17998)) ([c071367](https://github.com/aws/aws-cdk/commit/c071367def4382c630057546c74fa56f00d9294c)), closes [#17589](https://github.com/aws/aws-cdk/issues/17589)
27+
* **iot:** Action to send messages to SQS queues ([#18087](https://github.com/aws/aws-cdk/issues/18087)) ([37537fe](https://github.com/aws/aws-cdk/commit/37537fe1c1b016ae226bf7bc4ceeb128d6124872)), closes [#17699](https://github.com/aws/aws-cdk/issues/17699)
28+
* **iot:** add Action to set a CloudWatch alarm ([#18021](https://github.com/aws/aws-cdk/issues/18021)) ([de2369c](https://github.com/aws/aws-cdk/commit/de2369c1d64260ed47cccfc2619320123af64a0f)), closes [#17705](https://github.com/aws/aws-cdk/issues/17705)
29+
* **lambda-python:** support for providing a custom bundling docker image ([#18082](https://github.com/aws/aws-cdk/issues/18082)) ([c3c4a97](https://github.com/aws/aws-cdk/commit/c3c4a97e65071fcab35212be82dea7b29454786f)), closes [#10298](https://github.com/aws/aws-cdk/issues/10298) [#12949](https://github.com/aws/aws-cdk/issues/12949) [#15391](https://github.com/aws/aws-cdk/issues/15391) [#16234](https://github.com/aws/aws-cdk/issues/16234) [#15306](https://github.com/aws/aws-cdk/issues/15306)
30+
* **msk:** add Kafka versions 2.6.3, 2.7.1 and 2.7.2 ([#18191](https://github.com/aws/aws-cdk/issues/18191)) ([8832df1](https://github.com/aws/aws-cdk/commit/8832df1d7497ef67b9ec62110d2f371ffe4781aa))
31+
* **secretsmanager:** create secrets with specified values ([#18098](https://github.com/aws/aws-cdk/issues/18098)) ([dd90b8e](https://github.com/aws/aws-cdk/commit/dd90b8e9b3fe46ccc18a2472623ff27ef7989fbb)), closes [#5810](https://github.com/aws/aws-cdk/issues/5810)
32+
* **ssm:** reference latest version of secure string parameters ([#18187](https://github.com/aws/aws-cdk/issues/18187)) ([7d0680a](https://github.com/aws/aws-cdk/commit/7d0680a5a858633f92aeb78353cac22b9a391fa7)), closes [#17091](https://github.com/aws/aws-cdk/issues/17091)
33+
34+
35+
### Bug Fixes
36+
37+
* **amplify:** deploy asset Custom Resource points to TS file ([#18166](https://github.com/aws/aws-cdk/issues/18166)) ([a1508af](https://github.com/aws/aws-cdk/commit/a1508afab55c3ba0aa88b6aa85ca947badacb4a9))
38+
* **cloudfront-origins:** policy not added for custom OAI ([#18192](https://github.com/aws/aws-cdk/issues/18192)) ([c894ba1](https://github.com/aws/aws-cdk/commit/c894ba1d628acdd88be5dfbc57117a273547b32c)), closes [#18185](https://github.com/aws/aws-cdk/issues/18185)
39+
* **core:** `Duration.toString()` throws an error ([#18243](https://github.com/aws/aws-cdk/issues/18243)) ([df03df8](https://github.com/aws/aws-cdk/commit/df03df8b5c97fae6c349822ae97245512571a1dc)), closes [#18176](https://github.com/aws/aws-cdk/issues/18176)
40+
* **core:** overriding of `Stack.addFileAsset()` no longer has effect ([#18116](https://github.com/aws/aws-cdk/issues/18116)) ([2290681](https://github.com/aws/aws-cdk/commit/2290681a774667bcb969058c3bdb77e0b0b60044)), closes [#17328](https://github.com/aws/aws-cdk/issues/17328)
41+
* **events:** event bus name only generated if no props passed ([#18153](https://github.com/aws/aws-cdk/issues/18153)) ([9b81662](https://github.com/aws/aws-cdk/commit/9b81662a2b281443502bbb4e8a98d9f1087388d7)), closes [#18070](https://github.com/aws/aws-cdk/issues/18070)
42+
* **lambda-python:** runtime is now required ([#18143](https://github.com/aws/aws-cdk/issues/18143)) ([98f1bb1](https://github.com/aws/aws-cdk/commit/98f1bb147624a942773d191344c8d7242adb8d04)), closes [#10248](https://github.com/aws/aws-cdk/issues/10248)
43+
* **region-info:** ssm service principal - fix more regions ([#18135](https://github.com/aws/aws-cdk/issues/18135)) ([ed30c44](https://github.com/aws/aws-cdk/commit/ed30c4459666840a5c0396e943916e67c76b7135)), closes [#16188](https://github.com/aws/aws-cdk/issues/16188)
44+
45+
46+
### Reverts
47+
48+
* **cfnspec:** add CloudFormation documentation to L1 classes ([#18177](https://github.com/aws/aws-cdk/issues/18177)) ([2530016](https://github.com/aws/aws-cdk/commit/253001685990e19fd23f9aa2205615f2f3e3c508))
49+
550
## [1.137.0](https://github.com/aws/aws-cdk/compare/v1.136.0...v1.137.0) (2021-12-21)
651

752

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
same "printed page" as the copyright notice for easier
187187
identification within third-party archives.
188188

189-
Copyright 2018-2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
189+
Copyright 2018-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
190190

191191
Licensed under the Apache License, Version 2.0 (the "License");
192192
you may not use this file except in compliance with the License.

pack.sh

-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ scripts/run-rosetta.sh --infuse --pkgs-from $TMPDIR/jsii.txt
4242
echo "Packaging jsii modules" >&2
4343
$PACMAK \
4444
--verbose \
45-
--rosetta-tablet samples.tabl.json \
4645
$(cat $TMPDIR/jsii.txt)
4746

4847
# Non-jsii packaging, which means running 'package' in every individual

package.json

+6-5
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,15 @@
1616
},
1717
"devDependencies": {
1818
"@yarnpkg/lockfile": "^1.1.0",
19-
"conventional-changelog-cli": "^2.1.1",
19+
"cdk-generate-synthetic-examples": "^0.1.1",
20+
"conventional-changelog-cli": "^2.2.2",
2021
"fs-extra": "^9.1.0",
2122
"graceful-fs": "^4.2.8",
2223
"jest-junit": "^13.0.0",
23-
"jsii-diff": "^1.47.0",
24-
"jsii-pacmak": "^1.47.0",
25-
"jsii-reflect": "^1.47.0",
26-
"jsii-rosetta": "^1.47.0",
24+
"jsii-diff": "^1.50.0",
25+
"jsii-pacmak": "^1.50.0",
26+
"jsii-reflect": "^1.50.0",
27+
"jsii-rosetta": "^1.50.0",
2728
"lerna": "^4.0.0",
2829
"patch-package": "^6.4.7",
2930
"standard-version": "^9.3.2",

packages/@aws-cdk-containers/ecs-service-extensions/LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
same "printed page" as the copyright notice for easier
187187
identification within third-party archives.
188188

189-
Copyright 2018-2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
189+
Copyright 2018-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
190190

191191
Licensed under the Apache License, Version 2.0 (the "License");
192192
you may not use this file except in compliance with the License.
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
AWS Cloud Development Kit (AWS CDK)
2-
Copyright 2018-2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+
Copyright 2018-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.

packages/@aws-cdk-containers/ecs-service-extensions/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@aws-cdk/cdk-integ-tools": "0.0.0",
4343
"@aws-cdk/aws-autoscaling": "0.0.0",
4444
"@aws-cdk/cfn2ts": "0.0.0",
45-
"jest": "^27.4.3",
45+
"jest": "^27.4.5",
4646
"@aws-cdk/pkglint": "0.0.0",
4747
"@aws-cdk/assert-internal": "0.0.0"
4848
},

packages/@aws-cdk/alexa-ask/LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
same "printed page" as the copyright notice for easier
187187
identification within third-party archives.
188188

189-
Copyright 2018-2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
189+
Copyright 2018-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
190190

191191
Licensed under the Apache License, Version 2.0 (the "License");
192192
you may not use this file except in compliance with the License.

packages/@aws-cdk/alexa-ask/NOTICE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
AWS Cloud Development Kit (AWS CDK)
2-
Copyright 2018-2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+
Copyright 2018-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.

packages/@aws-cdk/app-delivery/LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
same "printed page" as the copyright notice for easier
187187
identification within third-party archives.
188188

189-
Copyright 2018-2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
189+
Copyright 2018-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
190190

191191
Licensed under the Apache License, Version 2.0 (the "License");
192192
you may not use this file except in compliance with the License.

packages/@aws-cdk/app-delivery/NOTICE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
AWS Cloud Development Kit (AWS CDK)
2-
Copyright 2018-2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+
Copyright 2018-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.

packages/@aws-cdk/app-delivery/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"@aws-cdk/pkglint": "0.0.0",
6868
"@types/jest": "^27.0.3",
6969
"fast-check": "^2.20.0",
70-
"jest": "^27.4.3"
70+
"jest": "^27.4.5"
7171
},
7272
"repository": {
7373
"type": "git",

packages/@aws-cdk/assert-internal/LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
same "printed page" as the copyright notice for easier
187187
identification within third-party archives.
188188

189-
Copyright 2018-2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
189+
Copyright 2018-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
190190

191191
Licensed under the Apache License, Version 2.0 (the "License");
192192
you may not use this file except in compliance with the License.
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
AWS Cloud Development Kit (AWS CDK)
2-
Copyright 2018-2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+
Copyright 2018-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.

packages/@aws-cdk/assert-internal/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
"@aws-cdk/cdk-build-tools": "0.0.0",
2828
"@aws-cdk/pkglint": "0.0.0",
2929
"@types/jest": "^27.0.3",
30-
"jest": "^27.4.3",
31-
"ts-jest": "^27.1.1"
30+
"jest": "^27.4.5",
31+
"ts-jest": "^27.1.2"
3232
},
3333
"dependencies": {
3434
"@aws-cdk/cloud-assembly-schema": "0.0.0",
@@ -40,7 +40,7 @@
4040
"peerDependencies": {
4141
"@aws-cdk/core": "0.0.0",
4242
"constructs": "^3.3.69",
43-
"jest": "^27.4.3"
43+
"jest": "^27.4.5"
4444
},
4545
"repository": {
4646
"url": "https://github.com/aws/aws-cdk.git",

packages/@aws-cdk/assert/LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
same "printed page" as the copyright notice for easier
187187
identification within third-party archives.
188188

189-
Copyright 2018-2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
189+
Copyright 2018-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
190190

191191
Licensed under the Apache License, Version 2.0 (the "License");
192192
you may not use this file except in compliance with the License.

packages/@aws-cdk/assert/NOTICE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
AWS Cloud Development Kit (AWS CDK)
2-
Copyright 2018-2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+
Copyright 2018-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"aws-cdk-migration": "0.0.0",
4242
"constructs": "^3.3.69",
4343
"jest": "^27.3.1",
44-
"ts-jest": "^27.1.1"
44+
"ts-jest": "^27.1.2"
4545
},
4646
"dependencies": {
4747
"@aws-cdk/cloudformation-diff": "0.0.0",

packages/@aws-cdk/assertions/LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
same "printed page" as the copyright notice for easier
187187
identification within third-party archives.
188188

189-
Copyright 2018-2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
189+
Copyright 2018-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
190190

191191
Licensed under the Apache License, Version 2.0 (the "License");
192192
you may not use this file except in compliance with the License.

packages/@aws-cdk/assertions/NOTICE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
AWS Cloud Development Kit (AWS CDK)
2-
Copyright 2018-2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+
Copyright 2018-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
33

44
-------------------------------------------------------------------------------
55

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@
6767
"@types/fs-extra": "^9.0.13",
6868
"@types/jest": "^27.0.3",
6969
"constructs": "^3.3.69",
70-
"jest": "^27.4.3",
71-
"ts-jest": "^27.1.1"
70+
"jest": "^27.4.5",
71+
"ts-jest": "^27.1.2"
7272
},
7373
"dependencies": {
7474
"@aws-cdk/cloud-assembly-schema": "0.0.0",

packages/@aws-cdk/assets/LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
same "printed page" as the copyright notice for easier
187187
identification within third-party archives.
188188

189-
Copyright 2018-2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
189+
Copyright 2018-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
190190

191191
Licensed under the Apache License, Version 2.0 (the "License");
192192
you may not use this file except in compliance with the License.

packages/@aws-cdk/assets/NOTICE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
AWS Cloud Development Kit (AWS CDK)
2-
Copyright 2018-2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+
Copyright 2018-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"@types/jest": "^27.0.3",
7777
"@types/sinon": "^9.0.11",
7878
"aws-cdk": "0.0.0",
79-
"jest": "^27.4.3",
79+
"jest": "^27.4.5",
8080
"sinon": "^9.2.4",
8181
"ts-mock-imports": "^1.3.8"
8282
},

packages/@aws-cdk/aws-accessanalyzer/LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
same "printed page" as the copyright notice for easier
187187
identification within third-party archives.
188188

189-
Copyright 2018-2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
189+
Copyright 2018-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
190190

191191
Licensed under the Apache License, Version 2.0 (the "License");
192192
you may not use this file except in compliance with the License.
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
AWS Cloud Development Kit (AWS CDK)
2-
Copyright 2018-2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+
Copyright 2018-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.

packages/@aws-cdk/aws-acmpca/LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
same "printed page" as the copyright notice for easier
187187
identification within third-party archives.
188188

189-
Copyright 2018-2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
189+
Copyright 2018-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
190190

191191
Licensed under the Apache License, Version 2.0 (the "License");
192192
you may not use this file except in compliance with the License.

packages/@aws-cdk/aws-acmpca/NOTICE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
AWS Cloud Development Kit (AWS CDK)
2-
Copyright 2018-2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+
Copyright 2018-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.

0 commit comments

Comments
 (0)