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 @@ -221,6 +221,19 @@ export class Runtime {
221
221
*/
222
222
public static readonly SYNTHETICS_NODEJS_PUPPETEER_8_0 = new Runtime ( 'syn-nodejs-puppeteer-8.0' , RuntimeFamily . NODEJS ) ;
223
223
224
+ /**
225
+ * `syn-nodejs-puppeteer-9.0` includes the following:
226
+ * - Lambda runtime Node.js 20.x
227
+ * - Puppeteer-core version 22.12.1
228
+ * - Chromium version 126.0.6478.126
229
+ *
230
+ * New Features:
231
+ * - **Bug fixes** Bug fix to enable visual monitoring capabilities.
232
+ *
233
+ * @see https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch_Synthetics_Library_nodejs_puppeteer.html#CloudWatch_Synthetics_runtimeversion-nodejs-puppeteer-9.0
234
+ */
235
+ public static readonly SYNTHETICS_NODEJS_PUPPETEER_9_0 = new Runtime ( 'syn-nodejs-puppeteer-9.0' , RuntimeFamily . NODEJS ) ;
236
+
224
237
/**
225
238
* `syn-python-selenium-1.0` includes the following:
226
239
* - Lambda runtime Python 3.8
You can’t perform that action at this time.
0 commit comments