Skip to content

Commit 24598ec

Browse files
authored
chore(all): upgrade CDK version (#1426)
* Upgrade CDK, refresh tests * Update new transcribe construct, add it to the refresh list * Upgrade JSII sub-libraries * Tweaking the version
1 parent 8106d25 commit 24598ec

File tree

788 files changed

+8281
-7447
lines changed

Some content is hidden

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

788 files changed

+8281
-7447
lines changed

deployment/v2/align-version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const nullVersionMarker = process.argv[2];
1010
const targetSolutionsConstructsVersion = process.argv[3];
1111

1212
// these versions need to be sourced from a config file
13-
const awsCdkLibVersion = '2.220.0';
13+
const awsCdkLibVersion = '2.223.0';
1414

1515
for (const file of process.argv.splice(4)) {
1616
const pkg = JSON.parse(fs.readFileSync(file).toString());

deployment/v2/refresh-multiple-tests.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ aws-lambda-sqs
7474
aws-lambda-sqs-lambda
7575
aws-lambda-ssmstringparameter
7676
aws-lambda-stepfunctions
77+
aws-lambda-transcribe
7778
aws-openapigateway-lambda
7879
aws-route53-alb
7980
aws-route53-apigateway

0 commit comments

Comments
 (0)