Skip to content

Commit b37d62c

Browse files
authored
Merge branch 'main' into integ-deployment-test-invoke-fix
2 parents d0243d5 + 69b9c03 commit b37d62c

File tree

1,776 files changed

+3006697
-2796293
lines changed

Some content is hidden

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

1,776 files changed

+3006697
-2796293
lines changed

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444

4545
# Initializes the CodeQL tools for scanning.
4646
- name: Initialize CodeQL
47-
uses: github/codeql-action/init@v3
47+
uses: github/codeql-action/init@v4
4848
with:
4949
languages: ${{ matrix.language }}
5050
build-mode: ${{ matrix.build-mode }}
@@ -73,6 +73,6 @@ jobs:
7373
exit 1
7474
7575
- name: Perform CodeQL Analysis
76-
uses: github/codeql-action/analyze@v3
76+
uses: github/codeql-action/analyze@v4
7777
with:
7878
category: "/language:${{matrix.language}}"

.github/workflows/integration-test-deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
aws-region: us-east-1
4848

4949
- name: Setup Node.js
50-
uses: actions/setup-node@v4
50+
uses: actions/setup-node@v5
5151
with:
5252
node-version: "lts/*"
5353
cache: "yarn"

.mergify.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ queue_rules:
2121
- "#changes-requested-reviews-by=0"
2222
- check-success=validate-pr
2323
- check-success=build
24+
- or:
25+
- "-label~=pr/needs-integration-tests-deployment"
26+
- "check-success=integration_test_deployment"
2427
commit_message_template: |-
2528
{{ title }} (#{{ number }})
2629
{{ body }}
@@ -43,6 +46,9 @@ queue_rules:
4346
- "#changes-requested-reviews-by=0"
4447
- check-success=validate-pr
4548
- check-success=build
49+
- or:
50+
- "-label~=pr/needs-integration-tests-deployment"
51+
- "check-success=integration_test_deployment"
4652
commit_message_template: |-
4753
{{ title }} (#{{ number }})
4854
{{ body }}
@@ -64,6 +70,9 @@ queue_rules:
6470
- "#changes-requested-reviews-by=0"
6571
- check-success=validate-pr
6672
- check-success=build
73+
- or:
74+
- "-label~=pr/needs-integration-tests-deployment"
75+
- "check-success=integration_test_deployment"
6776
commit_message_template: |-
6877
{{ title }} (#{{ number }})
6978
{{ body }}
@@ -96,6 +105,9 @@ pull_request_rules:
96105
- "#changes-requested-reviews-by=0"
97106
- check-success=validate-pr
98107
- check-success=build
108+
- or:
109+
- "-label~=pr/needs-integration-tests-deployment"
110+
- "check-success=integration_test_deployment"
99111
- name: automatic priority merge
100112
actions:
101113
comment:
@@ -117,6 +129,9 @@ pull_request_rules:
117129
- "#changes-requested-reviews-by=0"
118130
- check-success=validate-pr
119131
- check-success=build
132+
- or:
133+
- "-label~=pr/needs-integration-tests-deployment"
134+
- "check-success=integration_test_deployment"
120135
- name: automatic merge (2+ approvers)
121136
actions:
122137
comment:
@@ -138,6 +153,9 @@ pull_request_rules:
138153
- "#changes-requested-reviews-by=0"
139154
- check-success=validate-pr
140155
- check-success=build
156+
- or:
157+
- "-label~=pr/needs-integration-tests-deployment"
158+
- "check-success=integration_test_deployment"
141159
- name: automatic merge (no-squash)
142160
actions:
143161
comment:
@@ -159,6 +177,9 @@ pull_request_rules:
159177
- "#changes-requested-reviews-by=0"
160178
- check-success=validate-pr
161179
- check-success=build
180+
- or:
181+
- "-label~=pr/needs-integration-tests-deployment"
182+
- "check-success=integration_test_deployment"
162183
- name: remove stale reviews
163184
actions:
164185
dismiss_reviews:
@@ -199,6 +220,9 @@ pull_request_rules:
199220
- "#changes-requested-reviews-by=0"
200221
- check-success=validate-pr
201222
- check-success=build
223+
- or:
224+
- "-label~=pr/needs-integration-tests-deployment"
225+
- "check-success=integration_test_deployment"
202226
priority_rules:
203227
- name: priority for queue `default-merge`
204228
conditions:

CHANGELOG.v2.alpha.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
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.220.0-alpha.0](https://github.com/aws/aws-cdk/compare/v2.219.0-alpha.0...v2.220.0-alpha.0) (2025-10-14)
6+
7+
8+
### Bug Fixes
9+
10+
* **amplify-alpha:** handle empty customResponseHeaders array ([#35700](https://github.com/aws/aws-cdk/issues/35700)) ([57f9068](https://github.com/aws/aws-cdk/commit/57f90687d56ebe2cdc3fd5cff1dc35329c502ee4)), closes [#35693](https://github.com/aws/aws-cdk/issues/35693)
511
## [2.219.0-alpha.0](https://github.com/aws/aws-cdk/compare/v2.218.0-alpha.0...v2.219.0-alpha.0) (2025-10-01)
612

713
## [2.218.0-alpha.0](https://github.com/aws/aws-cdk/compare/v2.217.0-alpha.0...v2.218.0-alpha.0) (2025-09-29)

CHANGELOG.v2.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,48 @@
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.220.0](https://github.com/aws/aws-cdk/compare/v2.219.0...v2.220.0) (2025-10-14)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* **
11+
L1 resources are automatically generated from public CloudFormation Resource Schemas. They are built to closely reflect the real state of CloudFormation. Sometimes these updates can contain changes that are incompatible with previous types, but more accurately reflect reality. In this release we have changed:
12+
13+
- **aws-neptune**: AWS::Neptune::EventSubscription: SnsTopicArn property is now required.
14+
- **aws-neptune**: AWS::Neptune::EventSubscription: Id attribute removed.
15+
- **aws-servicecatalog**: AWS::ServiceCatalog::PortfolioShare: Id attribute removed.
16+
- **aws-lex**: AWS::Lex::ResourcePolicy: ResourceArn property is now immutable.
17+
18+
Co-authored-by: aws-cdk-automation <[email protected]>
19+
* **
20+
### Features
21+
22+
* **batch:** ec2 Managed Compute Environment support default instance classes, deprecate `useOptimalInstanceClasses` ([#35537](https://github.com/aws/aws-cdk/issues/35537)) ([9d59dd8](https://github.com/aws/aws-cdk/commit/9d59dd8676bdfbba6f562d82411a527e1f7b6296)), closes [#35515](https://github.com/aws/aws-cdk/issues/35515)
23+
* **kinesis:** shard-level metrics for stream ([#34963](https://github.com/aws/aws-cdk/issues/34963)) ([ce9b3a8](https://github.com/aws/aws-cdk/commit/ce9b3a8ddba75b646db54f6b8834067d6f50cea5))
24+
* **lambda:** refactor Function URL permissions ([#35725](https://github.com/aws/aws-cdk/issues/35725)) ([d38d015](https://github.com/aws/aws-cdk/commit/d38d015dfe752249236224c25946d8acc12448f5))
25+
* update L1 CloudFormation resource definitions ([#35679](https://github.com/aws/aws-cdk/issues/35679)) ([dec6e6a](https://github.com/aws/aws-cdk/commit/dec6e6a24ae4529b64eebeb529a92772e6a292d7))
26+
* update L1 CloudFormation resource definitions ([#35695](https://github.com/aws/aws-cdk/issues/35695)) ([8a6cf46](https://github.com/aws/aws-cdk/commit/8a6cf46db1d3821cd2a16f0209dc70b03c1e2485))
27+
* update L1 CloudFormation resource definitions ([#35712](https://github.com/aws/aws-cdk/issues/35712)) ([27a8760](https://github.com/aws/aws-cdk/commit/27a8760c1905badbc8597926473da01796bc29fa))
28+
* **amplify:** support build compute type ([#34796](https://github.com/aws/aws-cdk/issues/34796)) ([a02c656](https://github.com/aws/aws-cdk/commit/a02c6565cf0768024de244b96ecfc0d972c89f3d))
29+
* **cloudfront-origins:** add ipAddressType property to Lambda Function URL origins ([#35458](https://github.com/aws/aws-cdk/issues/35458)) ([6cf6dc8](https://github.com/aws/aws-cdk/commit/6cf6dc800d888fcce1746fd8564fa2e7371a21cc)), closes [#35450](https://github.com/aws/aws-cdk/issues/35450)
30+
* **ec2:** add BEDROCK_AGENTCORE and BEDROCK_AGENTCORE_GATEWAY to InterfaceVpcEndpointAwsService ([#35667](https://github.com/aws/aws-cdk/issues/35667)) ([6966c03](https://github.com/aws/aws-cdk/commit/6966c03b1a7aece0846f5a91bbeb825cd7491689))
31+
* **ec2:** support for automatic VPN session reconnect on client VPN endpoint ([#35538](https://github.com/aws/aws-cdk/issues/35538)) ([9536472](https://github.com/aws/aws-cdk/commit/95364728f518c46cd6035dbea3953bdd71839e66))
32+
* **eks:** add removal policy support for EKS cluster construct ([#35560](https://github.com/aws/aws-cdk/issues/35560)) ([4b4e322](https://github.com/aws/aws-cdk/commit/4b4e3221182fba200c2b1f25043904e9dc1f10fb)), closes [#25544](https://github.com/aws/aws-cdk/issues/25544)
33+
* **logs:** add parameter to allow metric filter on transformed logs ([#35359](https://github.com/aws/aws-cdk/issues/35359)) ([effa46d](https://github.com/aws/aws-cdk/commit/effa46d0e6edd197fa53f94bb9d3d6fc071afa25))
34+
* **opensearch:** add OpenSearch 3.1 engine version ([#35477](https://github.com/aws/aws-cdk/issues/35477)) ([3bd7cf9](https://github.com/aws/aws-cdk/commit/3bd7cf944f2ec0b4b0191942682d19b954423536)), closes [#35471](https://github.com/aws/aws-cdk/issues/35471)
35+
* **route53:** add fromPrivateHostedZoneAttributes function to PrivateHostedZone ([#35552](https://github.com/aws/aws-cdk/issues/35552)) ([c8d7a79](https://github.com/aws/aws-cdk/commit/c8d7a79f204315a2dab1700ce5c358d73aa80756)), closes [#23268](https://github.com/aws/aws-cdk/issues/23268)
36+
* **synthetics:** allow root level canary scripts files for Puppeteer versions 11 and greater ([#35426](https://github.com/aws/aws-cdk/issues/35426)) ([46fb2dc](https://github.com/aws/aws-cdk/commit/46fb2dc010afd029d318b8c5f033bd94b23a60c4))
37+
38+
39+
### Bug Fixes
40+
41+
* **cloudwatch:** metric period in AnomalyDetectionAlarm is not being respected ([#35319](https://github.com/aws/aws-cdk/issues/35319)) ([c7d8004](https://github.com/aws/aws-cdk/commit/c7d80040d0d64858a083757dd4805df70460bc10)), closes [#34614](https://github.com/aws/aws-cdk/issues/34614) [/github.com/aws/aws-cdk/blob/6966c03b1a7aece0846f5a91bbeb825cd7491689/packages/aws-cdk-lib/aws-cloudwatch/lib/private/alarm-options.ts#L16-L18](https://github.com/aws//github.com/aws/aws-cdk/blob/6966c03b1a7aece0846f5a91bbeb825cd7491689/packages/aws-cdk-lib/aws-cloudwatch/lib/private/alarm-options.ts/issues/L16-L18) [/github.com/aws/aws-cdk/blob/86638f6daca6ead382d0b9c1cf65bb04f70d4b3d/packages/aws-cdk-lib/package.json#L32](https://github.com/aws//github.com/aws/aws-cdk/blob/86638f6daca6ead382d0b9c1cf65bb04f70d4b3d/packages/aws-cdk-lib/package.json/issues/L32) [/github.com/aws/aws-cdk/pull/35319#discussion_r2407134489](https://github.com/aws//github.com/aws/aws-cdk/pull/35319/issues/discussion_r2407134489)
42+
* **ecs:** update task definition validations for managed instances ([#35684](https://github.com/aws/aws-cdk/issues/35684)) ([8638a78](https://github.com/aws/aws-cdk/commit/8638a788e4c4bc482139830b53ca460f490ca322)), closes [#35644](https://github.com/aws/aws-cdk/issues/35644)
43+
* **lambda-nodejs:** bump bun to 1.2.23 for ARM64 support ([#35702](https://github.com/aws/aws-cdk/issues/35702)) ([3aa186c](https://github.com/aws/aws-cdk/commit/3aa186c7b5c2aba8a84e1cee9278034136cd9d03)), closes [#35534](https://github.com/aws/aws-cdk/issues/35534)
44+
* **s3:** resolve synthesis error in BucketPolicy.fromCfnBucketPolicy() ([#35633](https://github.com/aws/aws-cdk/issues/35633)) ([d9085cc](https://github.com/aws/aws-cdk/commit/d9085cc851a4fe16419c4c3f5c51e6c1b032e786)), closes [#34322](https://github.com/aws/aws-cdk/issues/34322)
45+
* **s3tables:** s3 table bucket read access role uses incorrect permission for s3tables:ListNamespaces ([#35420](https://github.com/aws/aws-cdk/issues/35420)) ([eb949bb](https://github.com/aws/aws-cdk/commit/eb949bb13a145c046d096937ce1e9c26d4b84f7b))
46+
547
## [2.219.0](https://github.com/aws/aws-cdk/compare/v2.218.0...v2.219.0) (2025-10-01)
648

749

packages/@aws-cdk-testing/framework-integ/test/aws-apigateway/test/integ.cors-allow-multiple-origins.js.snapshot/manifest.json

Lines changed: 1 addition & 7 deletions
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-apigateway/test/integ.cors-allow-multiple-origins.js.snapshot/stack-cors-allow-multiple-origins.assets.json

Lines changed: 3 additions & 3 deletions
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-apigateway/test/integ.cors-allow-multiple-origins.js.snapshot/stack-cors-allow-multiple-origins.template.json

Lines changed: 1 addition & 151 deletions
Original file line numberDiff line numberDiff line change
@@ -309,15 +309,7 @@
309309
"Arn"
310310
]
311311
},
312-
"Runtime": {
313-
"Fn::FindInMap": [
314-
"LatestNodeRuntimeMap",
315-
{
316-
"Ref": "AWS::Region"
317-
},
318-
"value"
319-
]
320-
}
312+
"Runtime": "nodejs22.x"
321313
},
322314
"DependsOn": [
323315
"handlerServiceRole187D5A5A"
@@ -352,148 +344,6 @@
352344
}
353345
}
354346
},
355-
"Mappings": {
356-
"LatestNodeRuntimeMap": {
357-
"af-south-1": {
358-
"value": "nodejs22.x"
359-
},
360-
"ap-east-1": {
361-
"value": "nodejs22.x"
362-
},
363-
"ap-east-2": {
364-
"value": "nodejs22.x"
365-
},
366-
"ap-northeast-1": {
367-
"value": "nodejs22.x"
368-
},
369-
"ap-northeast-2": {
370-
"value": "nodejs22.x"
371-
},
372-
"ap-northeast-3": {
373-
"value": "nodejs22.x"
374-
},
375-
"ap-south-1": {
376-
"value": "nodejs22.x"
377-
},
378-
"ap-south-2": {
379-
"value": "nodejs22.x"
380-
},
381-
"ap-southeast-1": {
382-
"value": "nodejs22.x"
383-
},
384-
"ap-southeast-2": {
385-
"value": "nodejs22.x"
386-
},
387-
"ap-southeast-3": {
388-
"value": "nodejs22.x"
389-
},
390-
"ap-southeast-4": {
391-
"value": "nodejs22.x"
392-
},
393-
"ap-southeast-5": {
394-
"value": "nodejs22.x"
395-
},
396-
"ap-southeast-6": {
397-
"value": "nodejs22.x"
398-
},
399-
"ap-southeast-7": {
400-
"value": "nodejs22.x"
401-
},
402-
"ca-central-1": {
403-
"value": "nodejs22.x"
404-
},
405-
"ca-west-1": {
406-
"value": "nodejs22.x"
407-
},
408-
"cn-north-1": {
409-
"value": "nodejs22.x"
410-
},
411-
"cn-northwest-1": {
412-
"value": "nodejs22.x"
413-
},
414-
"eu-central-1": {
415-
"value": "nodejs22.x"
416-
},
417-
"eu-central-2": {
418-
"value": "nodejs22.x"
419-
},
420-
"eu-isoe-west-1": {
421-
"value": "nodejs22.x"
422-
},
423-
"eu-north-1": {
424-
"value": "nodejs22.x"
425-
},
426-
"eu-south-1": {
427-
"value": "nodejs22.x"
428-
},
429-
"eu-south-2": {
430-
"value": "nodejs22.x"
431-
},
432-
"eu-west-1": {
433-
"value": "nodejs22.x"
434-
},
435-
"eu-west-2": {
436-
"value": "nodejs22.x"
437-
},
438-
"eu-west-3": {
439-
"value": "nodejs22.x"
440-
},
441-
"eusc-de-east-1": {
442-
"value": "nodejs22.x"
443-
},
444-
"il-central-1": {
445-
"value": "nodejs22.x"
446-
},
447-
"me-central-1": {
448-
"value": "nodejs22.x"
449-
},
450-
"me-south-1": {
451-
"value": "nodejs22.x"
452-
},
453-
"mx-central-1": {
454-
"value": "nodejs22.x"
455-
},
456-
"sa-east-1": {
457-
"value": "nodejs22.x"
458-
},
459-
"us-east-1": {
460-
"value": "nodejs22.x"
461-
},
462-
"us-east-2": {
463-
"value": "nodejs22.x"
464-
},
465-
"us-gov-east-1": {
466-
"value": "nodejs22.x"
467-
},
468-
"us-gov-west-1": {
469-
"value": "nodejs22.x"
470-
},
471-
"us-iso-east-1": {
472-
"value": "nodejs22.x"
473-
},
474-
"us-iso-west-1": {
475-
"value": "nodejs22.x"
476-
},
477-
"us-isob-east-1": {
478-
"value": "nodejs18.x"
479-
},
480-
"us-isob-west-1": {
481-
"value": "nodejs18.x"
482-
},
483-
"us-isof-east-1": {
484-
"value": "nodejs22.x"
485-
},
486-
"us-isof-south-1": {
487-
"value": "nodejs22.x"
488-
},
489-
"us-west-1": {
490-
"value": "nodejs22.x"
491-
},
492-
"us-west-2": {
493-
"value": "nodejs22.x"
494-
}
495-
}
496-
},
497347
"Parameters": {
498348
"BootstrapVersion": {
499349
"Type": "AWS::SSM::Parameter::Value<String>",

0 commit comments

Comments
 (0)