Skip to content

Commit 0d1a333

Browse files
authored
2 parents 04cb52d + fa4dbb6 commit 0d1a333

File tree

763 files changed

+90334
-375870
lines changed

Some content is hidden

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

763 files changed

+90334
-375870
lines changed

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

+1-2
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
env:
5959
OSDS_DEVS: >
6060
{
61-
"assignees":["NGL321","peterwoodworth"]
61+
"assignees":["indrora","khushail","hunhsieh"]
6262
}
6363
6464
AREA_AFFIXES: >
@@ -265,7 +265,6 @@ env:
265265
{"area":"@aws-cdk/aws-wafv2","keywords":["wafv2","aws-wafv2"],"labels":["@aws-cdk/aws-wafv2"]},
266266
{"area":"@aws-cdk/aws-workspaces","keywords":["aws-workspaces","workspaces"],"labels":["@aws-cdk/aws-workspaces"]},
267267
{"area":"@aws-cdk/aws-xray","keywords":["aws-xray","xray"],"labels":["@aws-cdk/aws-xray"]},
268-
{"area":"@aws-cdk/cfnspec","keywords":["cfnspec"],"labels":["@aws-cdk/cfnspec"]},
269268
{"area":"@aws-cdk/cloud-assembly-schema","keywords":["cloud-assembly-schema","manifest"],"labels":["@aws-cdk/cloud-assembly-schema"]},
270269
{"area":"@aws-cdk/cloudformation-diff","keywords":["cloudformation-diff","cfn-diff"],"labels":["@aws-cdk/cloudformation-diff"]},
271270
{"area":"@aws-cdk/cloudformation-include","keywords":["cloudformation-include","cfn-include"],"labels":["@aws-cdk/cloudformation-include"]},

.github/workflows/request-cli-integ-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
persist-credentials: false
2020
- name: Find changed cli files
2121
id: changed-cli-files
22-
uses: tj-actions/changed-files@af292f1e845a0377b596972698a8598734eb2796
22+
uses: tj-actions/changed-files@18c8a4ecebe93d32ed8a88e1d0c098f5f68c221b
2323
with:
2424
base_sha: ${{ github.event.pull_request.base.sha }}
2525
files_yaml: |

.github/workflows/spec-update.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ jobs:
3030
- name: Install ncu tool
3131
run: npm -g install lerna npm-check-updates
3232
- name: Run "ncu" for service spec packages
33-
run: lerna exec --parallel ncu -- --upgrade --filter='@aws-cdk/aws-service-spec,@aws-cdk/service-spec-types' --target=latest
33+
run: lerna exec --parallel ncu -- --upgrade --filter='@aws-cdk/aws-service-spec,@aws-cdk/service-spec-importers,@aws-cdk/service-spec-types' --target=latest
3434

3535
# This will ensure the current lockfile is up-to-date with the dependency specifications
3636
- name: Install latest version & update lockfile
37-
run: yarn upgrade @aws-cdk/aws-service-spec @aws-cdk/service-spec-types
37+
run: yarn upgrade @aws-cdk/aws-service-spec @aws-cdk/service-spec-importers @aws-cdk/service-spec-types
3838

3939
# Build @aws-cdk/spec2cdk and run L1 gen script to generate base files for new modules
4040
- name: Build @aws-cdk/spec2cdk

CHANGELOG.v2.alpha.md

+19
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,25 @@
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+
## [2.106.0-alpha.0](https://github.com/aws/aws-cdk/compare/v2.105.0-alpha.0...v2.106.0-alpha.0) (2023-11-10)
6+
7+
8+
### ⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES
9+
10+
* **appconfig:** `Environment.fromEnvironmentAttributes` function signature changed; property called `attr` is now `attrs`. This should affect only Python users.
11+
- **appconfig**: `Extension.fromExtensionAttributes` function signature changed; property called `attr` is now `attrs`. This should affect only Python users.
12+
13+
### Features
14+
15+
* **appconfig:** inline YAML support for hosted configuration ([#27696](https://github.com/aws/aws-cdk/issues/27696)) ([de0a9e2](https://github.com/aws/aws-cdk/commit/de0a9e218eeccbe4f685e45f93e25a250733dc51))
16+
* **gamelift:** support Build serverSdkVersion, updated OperatingSystem values ([#27857](https://github.com/aws/aws-cdk/issues/27857)) ([f1bb801](https://github.com/aws/aws-cdk/commit/f1bb801f79e94f3cfadb4950d20b289ca425b829)), closes [#27655](https://github.com/aws/aws-cdk/issues/27655)
17+
* **scheduler-targets:** CodeBuild scheduler target ([#27792](https://github.com/aws/aws-cdk/issues/27792)) ([9d63316](https://github.com/aws/aws-cdk/commit/9d633169a155f45c2803eab42b514d8d6d984f6e)), closes [#27448](https://github.com/aws/aws-cdk/issues/27448)
18+
19+
20+
### Bug Fixes
21+
22+
* **appconfig:** turn on awslint and fix linter errors ([#27893](https://github.com/aws/aws-cdk/issues/27893)) ([5256de7](https://github.com/aws/aws-cdk/commit/5256de755b51c420d4357afa48d01aebf34fef85)), closes [#27894](https://github.com/aws/aws-cdk/issues/27894)
23+
524
## [2.105.0-alpha.0](https://github.com/aws/aws-cdk/compare/v2.104.0-alpha.0...v2.105.0-alpha.0) (2023-11-07)
625

726
## [2.104.0-alpha.0](https://github.com/aws/aws-cdk/compare/v2.103.1-alpha.0...v2.104.0-alpha.0) (2023-11-02)

CHANGELOG.v2.md

+23
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,29 @@
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+
## [2.106.0](https://github.com/aws/aws-cdk/compare/v2.105.0...v2.106.0) (2023-11-10)
6+
7+
8+
### Features
9+
10+
* **cloudformation-diff:** use awscdk-service-spec as data source ([#27813](https://github.com/aws/aws-cdk/issues/27813)) ([aac52e5](https://github.com/aws/aws-cdk/commit/aac52e5b72c902edcb0a3d7020cb99b4ba72021d))
11+
* **ec2:** support for m7a, r7a and c7a instance types in aws-ec2 ([#27823](https://github.com/aws/aws-cdk/issues/27823)) ([e9ba676](https://github.com/aws/aws-cdk/commit/e9ba67616aaa42b87191a9f2d5c979e65a1e02a8)), closes [/docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-instance.html#cfn-ec2](https://github.com/aws//docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-instance.html/issues/cfn-ec2)
12+
* **ec2:** support for r7i instance type in aws-ec2 ([#27737](https://github.com/aws/aws-cdk/issues/27737)) ([9a56bce](https://github.com/aws/aws-cdk/commit/9a56bcec34fd512f3492bd2f4a8dde484ab92727)), closes [/docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html#cfn-ec2](https://github.com/aws//docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html/issues/cfn-ec2)
13+
* **ec2:** vpc flow logs supports kinesis data firehose ([#27604](https://github.com/aws/aws-cdk/issues/27604)) ([e6b59d6](https://github.com/aws/aws-cdk/commit/e6b59d6079fbaf8b2b79f47335b83902b1cda257)), closes [/docs.aws.amazon.com/ja_jp/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2](https://github.com/aws//docs.aws.amazon.com/ja_jp/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html/issues/cfn-ec2) [#27275](https://github.com/aws/aws-cdk/issues/27275)
14+
* **eks:** add AlbControllerVersion v2.5.2 - v2.5.4 and v2.6.0 - v2.6.2 ([#27910](https://github.com/aws/aws-cdk/issues/27910)) ([d33651f](https://github.com/aws/aws-cdk/commit/d33651f0237797ee841fe4fdd52a459f90c73f11)), closes [#27890](https://github.com/aws/aws-cdk/issues/27890)
15+
* **lambda:** new lambda runtime provided.al2023 ([#27856](https://github.com/aws/aws-cdk/issues/27856)) ([2717c5a](https://github.com/aws/aws-cdk/commit/2717c5a1b818d629ee9c1c9adfe90485ad98ab49))
16+
* update AWS Service Spec ([#27821](https://github.com/aws/aws-cdk/issues/27821)) ([fce26b6](https://github.com/aws/aws-cdk/commit/fce26b635d0ef2c443ca6d4e390a90f586130f05))
17+
* update AWS Service Spec ([#27851](https://github.com/aws/aws-cdk/issues/27851)) ([e6d57cd](https://github.com/aws/aws-cdk/commit/e6d57cdbe7c303675c0d2c356e55169c39f801ef))
18+
* update AWS Service Spec ([#27855](https://github.com/aws/aws-cdk/issues/27855)) ([aa45bfd](https://github.com/aws/aws-cdk/commit/aa45bfd21b14511fffd926a360238c94914adc00))
19+
20+
21+
### Bug Fixes
22+
23+
* **s3:** InventoryConfiguration[].Id exceeds maximum size allowed by the PutBucketInventoryConfiguration API ([#27794](https://github.com/aws/aws-cdk/issues/27794)) ([1fa399e](https://github.com/aws/aws-cdk/commit/1fa399ec0b8db69da19268235403c2c75d423560)), closes [#27793](https://github.com/aws/aws-cdk/issues/27793)
24+
* update commented template test ([#27870](https://github.com/aws/aws-cdk/issues/27870)) ([028911f](https://github.com/aws/aws-cdk/commit/028911f69d63ed7c927d7c6ade058980cf141ced)), closes [#27869](https://github.com/aws/aws-cdk/issues/27869)
25+
* **ec2:** two undefined tunnelInsideCidr should not throw error ([#27778](https://github.com/aws/aws-cdk/issues/27778)) ([3c7ca51](https://github.com/aws/aws-cdk/commit/3c7ca516c8f9c46f16def62870143197644e2807)), closes [#27772](https://github.com/aws/aws-cdk/issues/27772)
26+
* **elasticloadbalancingv2:** circular dependency with access logging on bucket in extended ALB ([#27558](https://github.com/aws/aws-cdk/issues/27558)) ([1b86634](https://github.com/aws/aws-cdk/commit/1b86634c75623f34856a3578e361d81dae278f86)), closes [#27528](https://github.com/aws/aws-cdk/issues/27528)
27+
528
## [2.105.0](https://github.com/aws/aws-cdk/compare/v2.104.0...v2.105.0) (2023-11-07)
629

730

CONTRIBUTING.md

-17
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ let us know if it's not up-to-date (even better, submit a PR with your correcti
2828
- [Rosetta](#rosetta)
2929
- [Tools](#tools-advanced)
3030
- [Linters](#linters)
31-
- [cfn2ts](#cfn2ts)
3231
- [scripts/foreach.sh](#scriptsforeachsh)
3332
- [Jetbrains support (WebStorm/IntelliJ)](#jetbrains-support-webstormintellij)
3433
- [Linking against this repository](#linking-against-this-repository)
@@ -1055,22 +1054,6 @@ Here are a few useful commands:
10551054
evaluate only the rule specified [awslint README](./packages/awslint/README.md)
10561055
for details on include/exclude rule patterns.
10571056

1058-
### cfn2ts
1059-
1060-
This tool is used to generate our low-level CloudFormation resources
1061-
(L1/`CfnFoo`). It is executed as part of the build step of all modules in the
1062-
AWS Construct Library.
1063-
1064-
The tool consults the `cdk-build.cloudformation` key in `package.json` to
1065-
determine which CloudFormation namespace this library represents (e.g.
1066-
`AWS::EC2` is the namespace for `aws-ec2`). We maintain strict 1:1 relationship
1067-
between those.
1068-
1069-
Each module also has an npm script called `cfn2ts`:
1070-
1071-
* `yarn cfn2ts`: generates L1 for a specific module
1072-
* `lerna run cfn2ts`: generates L1 for the entire repo
1073-
10741057
### Jetbrains support (WebStorm/IntelliJ)
10751058

10761059
This project uses lerna and utilizes symlinks inside nested `node_modules` directories. You may encounter an issue during

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ infrastructure definition and share it without worrying about boilerplate logic.
2222
The CDK is available in the following languages:
2323

2424
* JavaScript, TypeScript ([Node.js ≥ 14.15.0](https://nodejs.org/download/release/latest-v14.x/))
25-
* We recommend using a version in [Active LTS](https://nodejs.org/en/about/releases/)
25+
* We recommend using a version in [Active LTS](https://nodejs.org/en/about/previous-releases)
2626
* Python ([Python ≥ 3.6](https://www.python.org/downloads/))
2727
* Java ([Java ≥ 8](https://www.oracle.com/technetwork/java/javase/downloads/index.html) and [Maven ≥ 3.5.4](https://maven.apache.org/download.cgi))
2828
* .NET ([.NET ≥ 6.0](https://dotnet.microsoft.com/download))
@@ -79,7 +79,7 @@ For a detailed walkthrough, see the [tutorial](https://docs.aws.amazon.com/cdk/l
7979

8080
### At a glance
8181

82-
Install or update the [AWS CDK CLI] from npm (requires [Node.js ≥ 14.15.0](https://nodejs.org/download/release/latest-v14.x/)). We recommend using a version in [Active LTS](https://nodejs.org/en/about/releases/)
82+
Install or update the [AWS CDK CLI] from npm (requires [Node.js ≥ 14.15.0](https://nodejs.org/download/release/latest-v14.x/)). We recommend using a version in [Active LTS](https://nodejs.org/en/about/previous-releases)
8383

8484
```sh
8585
npm i -g aws-cdk

aws-cdk.code-workspace

+4
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010
"name": "cli-lib-alpha",
1111
"rootPath": "packages/@aws-cdk/cli-lib-alpha"
1212
},
13+
{
14+
"name": "cloudformation-diff",
15+
"rootPath": "packages/@aws-cdk/cloudformation-diff"
16+
},
1317
{
1418
"name": "custom-resource-handlers",
1519
"rootPath": "packages/@aws-cdk/custom-resource-handlers"

lerna.json

-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
"packages/@aws-cdk/*/lambda-packages/*",
1313
"tools/@aws-cdk/cdk-build-tools",
1414
"tools/@aws-cdk/cdk-release",
15-
"tools/@aws-cdk/cfn2ts",
1615
"tools/@aws-cdk/eslint-plugin",
1716
"tools/@aws-cdk/node-bundle",
1817
"tools/@aws-cdk/pkglint",

package.json

+9-10
Original file line numberDiff line numberDiff line change
@@ -15,22 +15,22 @@
1515
"build-all": "tsc -b"
1616
},
1717
"devDependencies": {
18-
"@nx/workspace": "^16.9.1",
18+
"@nx/workspace": "^16.10.0",
1919
"@types/node": "18.11.19",
2020
"@types/prettier": "2.6.0",
2121
"@yarnpkg/lockfile": "^1.1.0",
22-
"aws-sdk-js-codemod": "^0.18.3",
23-
"cdk-generate-synthetic-examples": "^0.1.291",
22+
"aws-sdk-js-codemod": "^0.26.2",
23+
"cdk-generate-synthetic-examples": "^0.1.295",
2424
"conventional-changelog-cli": "^2.2.2",
2525
"fs-extra": "^9.1.0",
2626
"graceful-fs": "^4.2.11",
2727
"jest-junit": "^13.2.0",
28-
"jsii-diff": "1.89.0",
29-
"jsii-pacmak": "1.89.0",
30-
"jsii-reflect": "1.89.0",
31-
"jsii-rosetta": "~5.1.13",
32-
"lerna": "^7.3.0",
33-
"nx": "^16.9.1",
28+
"jsii-diff": "1.91.0",
29+
"jsii-pacmak": "1.91.0",
30+
"jsii-reflect": "1.91.0",
31+
"jsii-rosetta": "~5.2.2",
32+
"lerna": "^7.4.2",
33+
"nx": "^16.10.0",
3434
"patch-package": "^6.5.1",
3535
"semver": "^7.5.4",
3636
"standard-version": "^9.5.0",
@@ -80,7 +80,6 @@
8080
"packages/@aws-cdk/*/lambda-packages/*",
8181
"tools/@aws-cdk/cdk-build-tools",
8282
"tools/@aws-cdk/cdk-release",
83-
"tools/@aws-cdk/cfn2ts",
8483
"tools/@aws-cdk/eslint-plugin",
8584
"tools/@aws-cdk/node-bundle",
8685
"tools/@aws-cdk/pkglint",

packages/@aws-cdk-testing/cli-integ/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,16 @@
3030
"license": "Apache-2.0",
3131
"devDependencies": {
3232
"@aws-cdk/cdk-build-tools": "0.0.0",
33-
"@types/semver": "^7.5.3",
34-
"@types/yargs": "^15.0.16",
33+
"@types/semver": "^7.5.5",
34+
"@types/yargs": "^15.0.18",
3535
"@types/fs-extra": "^9.0.13",
3636
"@types/glob": "^7.2.0",
37-
"@types/npm": "^7.19.1",
37+
"@types/npm": "^7.19.3",
3838
"@aws-cdk/pkglint": "0.0.0"
3939
},
4040
"dependencies": {
4141
"@octokit/rest": "^18.12.0",
42-
"aws-sdk": "^2.1466.0",
42+
"aws-sdk": "^2.1492.0",
4343
"axios": "^0.27.2",
4444
"fs-extra": "^9.1.0",
4545
"glob": "^7.2.3",

packages/@aws-cdk-testing/framework-integ/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@
4141
"@aws-cdk/integ-tests-alpha": "0.0.0",
4242
"@aws-cdk/lambda-layer-kubectl-v24": "^2.0.242",
4343
"aws-cdk-lib": "0.0.0",
44-
"aws-sdk": "^2.1466.0",
44+
"aws-sdk": "^2.1492.0",
4545
"aws-sdk-mock": "5.6.0",
46-
"cdk8s": "^2.64.23",
46+
"cdk8s": "2.64.23",
4747
"cdk8s-plus-24": "2.12.1",
4848
"constructs": "^10.0.0"
4949
},

packages/@aws-cdk-testing/framework-integ/test/aws-codepipeline-actions/test/integ.pipeline-elastic-beanstalk-deploy.js.snapshot/aws-cdk-codepipeline-elastic-beanstalk-deploy.assets.json

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/@aws-cdk-testing/framework-integ/test/aws-codepipeline-actions/test/integ.pipeline-elastic-beanstalk-deploy.js.snapshot/aws-cdk-codepipeline-elastic-beanstalk-deploy.template.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@
156156
"S3Bucket": {
157157
"Fn::Sub": "cdk-hnb659fds-assets-${AWS::AccountId}-${AWS::Region}"
158158
},
159-
"S3Key": "e2277687077a2abf9ae1af1cc9565e6715e2ebb62f79ec53aa75a1af9298f642.zip"
159+
"S3Key": "3fb6287214999ddeafa7cd0e3e58bc5144c8678bb720f3b5e45e8fd32f333eb3.zip"
160160
},
161161
"Description": "/opt/awscli/aws"
162162
}
@@ -441,7 +441,7 @@
441441
"Value": "AWSServiceRoleForElasticBeanstalkManagedUpdates"
442442
}
443443
],
444-
"SolutionStackName": "64bit Amazon Linux 2023 v6.0.0 running Node.js 18"
444+
"SolutionStackName": "64bit Amazon Linux 2023 v6.0.2 running Node.js 18"
445445
},
446446
"DependsOn": [
447447
"beastalkapp",

packages/@aws-cdk-testing/framework-integ/test/aws-codepipeline-actions/test/integ.pipeline-elastic-beanstalk-deploy.js.snapshot/manifest.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/@aws-cdk-testing/framework-integ/test/aws-codepipeline-actions/test/integ.pipeline-elastic-beanstalk-deploy.js.snapshot/tree.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/@aws-cdk-testing/framework-integ/test/aws-codepipeline-actions/test/integ.pipeline-elastic-beanstalk-deploy.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ const beanstalkEnv = new elasticbeanstalk.CfnEnvironment(stack, 'beanstlk-env',
7979
applicationName: beanstalkApp.applicationName!,
8080
environmentName: 'codepipeline-test-env',
8181
// see https://docs.aws.amazon.com/elasticbeanstalk/latest/platforms/platforms-supported.html#platforms-supported.nodejs
82-
solutionStackName: '64bit Amazon Linux 2023 v6.0.0 running Node.js 18',
82+
solutionStackName: '64bit Amazon Linux 2023 v6.0.2 running Node.js 18',
8383
optionSettings: [
8484
{
8585
namespace: 'aws:autoscaling:launchconfiguration',

packages/@aws-cdk-testing/framework-integ/test/aws-ec2/test/integ.vpc-flow-logs-kinesis.js.snapshot/FlowLogsDefaultTestDeployAssert6AFD1854.assets.json

+19
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)