File tree Expand file tree Collapse file tree 3 files changed +303
-258
lines changed
Expand file tree Collapse file tree 3 files changed +303
-258
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ const nullVersionMarker = process.argv[2];
1010const targetSolutionsConstructsVersion = process . argv [ 3 ] ;
1111
1212// these versions need to be sourced from a config file
13- const awsCdkLibVersion = '2.236 .0' ;
13+ const awsCdkLibVersion = '2.238 .0' ;
1414
1515for ( const file of process . argv . splice ( 4 ) ) {
1616 const pkg = JSON . parse ( fs . readFileSync ( file ) . toString ( ) ) ;
Original file line number Diff line number Diff line change @@ -67,6 +67,7 @@ aws-lambda-kendra
6767aws-lambda-kinesisfirehose
6868aws-lambda-kinesisstreams
6969aws-lambda-opensearch
70+ aws-lambda-polly
7071aws-lambda-s3
7172aws-lambda-sagemakerendpoint
7273aws-lambda-secretsmanager
@@ -77,6 +78,7 @@ aws-lambda-ssmstringparameter
7778aws-lambda-stepfunctions
7879aws-lambda-transcribe
7980aws-lambda-translate
81+ aws-lambda-textract
8082aws-openapigateway-lambda
8183aws-route53-alb
8284aws-route53-apigateway
You can’t perform that action at this time.
0 commit comments