Skip to content

Commit c1d7782

Browse files
feat(synthetics): syn-nodejs-puppeteer-9.0 as supported runtime (#31272)
### Issue # (if applicable) Closes #31271. ### Reason for this change [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-9.0` is available. ### Description of changes Added `syn-nodejs-puppeteer-9.0` as supported runtime. ### Description of how you validated changes N/A ### Checklist - [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 511eab3 commit c1d7782

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

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,19 @@ export class Runtime {
221221
*/
222222
public static readonly SYNTHETICS_NODEJS_PUPPETEER_8_0 = new Runtime('syn-nodejs-puppeteer-8.0', RuntimeFamily.NODEJS);
223223

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+
224237
/**
225238
* `syn-python-selenium-1.0` includes the following:
226239
* - Lambda runtime Python 3.8

0 commit comments

Comments
 (0)