Skip to content

Commit c210fbb

Browse files
committed
feat(synthetics): syn-nodejs-puppeteer-10.0 as supported runtime (aws#34240)
Closes aws#34240. [Runtime versions using Node.js and Puppeteer](https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch_Synthetics_Library_nodejs_puppeteer.html) confirms that Synthetics runtime `syn-nodejs-puppeteer-10.0` is available. Added `syn-nodejs-puppeteer-10.0` as supported runtime. N/A - [x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md) ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent 58c2631 commit c210fbb

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

packages/aws-cdk-lib/aws-synthetics/lib/runtime.ts

+13
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,19 @@ export class Runtime {
247247
*/
248248
public static readonly SYNTHETICS_NODEJS_PUPPETEER_9_1 = new Runtime('syn-nodejs-puppeteer-9.1', RuntimeFamily.NODEJS);
249249

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+
250263
/**
251264
* `syn-nodejs-playwright-1.0` includes the following:
252265
* - Lambda runtime Node.js 20.x

0 commit comments

Comments
 (0)