File tree 1 file changed +13
-0
lines changed
packages/aws-cdk-lib/aws-synthetics/lib
1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -247,6 +247,19 @@ export class Runtime {
247
247
*/
248
248
public static readonly SYNTHETICS_NODEJS_PUPPETEER_9_1 = new Runtime ( 'syn-nodejs-puppeteer-9.1' , RuntimeFamily . NODEJS ) ;
249
249
250
+ /**
251
+ * `syn-nodejs-puppeteer-10.0` includes the following:
252
+ * - Lambda runtime Node.js 20.x
253
+ * - Puppeteer-core version 24.2.0
254
+ * - Chromium version 131.0.6778.264
255
+ *
256
+ * New Features:
257
+ * - **Bug fixes** Bug fix related to date ranges and pending requests in HAR files.
258
+ *
259
+ * @see https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch_Synthetics_Library_nodejs_puppeteer.html#CloudWatch_Synthetics_runtimeversion-nodejs-puppeteer-10.0
260
+ */
261
+ public static readonly SYNTHETICS_NODEJS_PUPPETEER_10_0 = new Runtime ( 'syn-nodejs-puppeteer-10.0' , RuntimeFamily . NODEJS ) ;
262
+
250
263
/**
251
264
* `syn-nodejs-playwright-1.0` includes the following:
252
265
* - Lambda runtime Node.js 20.x
You can’t perform that action at this time.
0 commit comments