Skip to content

Commit b7f0d30

Browse files
authored
chore(release): v2.213.0 (aws#35339)
See CHANGELOG
2 parents 7b92895 + 2817afc commit b7f0d30

File tree

61 files changed

+35748
-488
lines changed

Some content is hidden

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

61 files changed

+35748
-488
lines changed

CHANGELOG.v2.alpha.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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.213.0-alpha.0](https://github.com/aws/aws-cdk/compare/v2.212.0-alpha.0...v2.213.0-alpha.0) (2025-08-27)
6+
7+
8+
### Features
9+
10+
* **s3tables-alpha:** add TablePolicy support to L2 construct library ([#35223](https://github.com/aws/aws-cdk/issues/35223)) ([a4aad78](https://github.com/aws/aws-cdk/commit/a4aad78a45fb776f2c2c71cb7818b4f8cbeaadd0)), closes [#33054](https://github.com/aws/aws-cdk/issues/33054)
11+
512
## [2.212.0-alpha.0](https://github.com/aws/aws-cdk/compare/v2.211.0-alpha.0...v2.212.0-alpha.0) (2025-08-20)
613

714
## [2.211.0-alpha.0](https://github.com/aws/aws-cdk/compare/v2.210.0-alpha.0...v2.211.0-alpha.0) (2025-08-12)

CHANGELOG.v2.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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.213.0](https://github.com/aws/aws-cdk/compare/v2.212.0...v2.213.0) (2025-08-27)
6+
7+
8+
### Features
9+
10+
* **dynamodb:** adding ContributorInsightsMode feature ([#35332](https://github.com/aws/aws-cdk/issues/35332)) ([d2c93e4](https://github.com/aws/aws-cdk/commit/d2c93e4b75391aad38b0f472e78d2a7d8879e2b8))
11+
512
## [2.212.0](https://github.com/aws/aws-cdk/compare/v2.211.0...v2.212.0) (2025-08-20)
613

714

packages/@aws-cdk-testing/framework-integ/test/aws-dynamodb/test/integ.dynamodb-v2.cci.js.snapshot/CCI-Integ-Test.assets.json

Lines changed: 21 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,120 @@
1+
{
2+
"Resources": {
3+
"TableV26B253703": {
4+
"Type": "AWS::DynamoDB::GlobalTable",
5+
"Properties": {
6+
"AttributeDefinitions": [
7+
{
8+
"AttributeName": "hashKey",
9+
"AttributeType": "S"
10+
},
11+
{
12+
"AttributeName": "sortKey",
13+
"AttributeType": "N"
14+
},
15+
{
16+
"AttributeName": "gsiHashKey",
17+
"AttributeType": "S"
18+
}
19+
],
20+
"BillingMode": "PAY_PER_REQUEST",
21+
"GlobalSecondaryIndexes": [
22+
{
23+
"IndexName": "gsi",
24+
"KeySchema": [
25+
{
26+
"AttributeName": "gsiHashKey",
27+
"KeyType": "HASH"
28+
}
29+
],
30+
"Projection": {
31+
"ProjectionType": "ALL"
32+
}
33+
}
34+
],
35+
"KeySchema": [
36+
{
37+
"AttributeName": "hashKey",
38+
"KeyType": "HASH"
39+
},
40+
{
41+
"AttributeName": "sortKey",
42+
"KeyType": "RANGE"
43+
}
44+
],
45+
"Replicas": [
46+
{
47+
"ContributorInsightsSpecification": {
48+
"Enabled": false
49+
},
50+
"GlobalSecondaryIndexes": [
51+
{
52+
"ContributorInsightsSpecification": {
53+
"Enabled": true,
54+
"Mode": "THROTTLED_KEYS"
55+
},
56+
"IndexName": "gsi"
57+
}
58+
],
59+
"Region": "eu-west-2"
60+
},
61+
{
62+
"ContributorInsightsSpecification": {
63+
"Enabled": true,
64+
"Mode": "ACCESSED_AND_THROTTLED_KEYS"
65+
},
66+
"GlobalSecondaryIndexes": [
67+
{
68+
"ContributorInsightsSpecification": {
69+
"Enabled": true,
70+
"Mode": "ACCESSED_AND_THROTTLED_KEYS"
71+
},
72+
"IndexName": "gsi"
73+
}
74+
],
75+
"Region": "eu-west-1"
76+
}
77+
],
78+
"StreamSpecification": {
79+
"StreamViewType": "NEW_AND_OLD_IMAGES"
80+
}
81+
},
82+
"UpdateReplacePolicy": "Retain",
83+
"DeletionPolicy": "Retain"
84+
}
85+
},
86+
"Parameters": {
87+
"BootstrapVersion": {
88+
"Type": "AWS::SSM::Parameter::Value<String>",
89+
"Default": "/cdk-bootstrap/hnb659fds/version",
90+
"Description": "Version of the CDK Bootstrap resources in this environment, automatically retrieved from SSM Parameter Store. [cdk:skip]"
91+
}
92+
},
93+
"Rules": {
94+
"CheckBootstrapVersion": {
95+
"Assertions": [
96+
{
97+
"Assert": {
98+
"Fn::Not": [
99+
{
100+
"Fn::Contains": [
101+
[
102+
"1",
103+
"2",
104+
"3",
105+
"4",
106+
"5"
107+
],
108+
{
109+
"Ref": "BootstrapVersion"
110+
}
111+
]
112+
}
113+
]
114+
},
115+
"AssertDescription": "CDK bootstrap stack version 6 required. Please run 'cdk bootstrap' with a recent version of the CDK CLI."
116+
}
117+
]
118+
}
119+
}
120+
}

packages/@aws-cdk-testing/framework-integ/test/aws-dynamodb/test/integ.dynamodb-v2.cci.js.snapshot/cdk.out

Lines changed: 1 addition & 0 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-dynamodb/test/integ.dynamodb-v2.cci.js.snapshot/integ.json

Lines changed: 13 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)