Skip to content

Commit 80ddefb

Browse files
authored
chore(synthetics): runtime puppeteer 9_1 (#32026)
### Issue # (if applicable) No issue ### Reason for this change There is a new runtime that was published. [syn-nodejs-puppeteer-9.1](https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch_Synthetics_Library_nodejs_puppeteer.html#CloudWatch_Synthetics_runtimeversion-nodejs-puppeteer-9.1) ### Description of changes Just adding the new runtime. ### Description of how you validated changes Against documentation and updating that the template deploys with the new runtime version. ### 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 db52cc2 commit 80ddefb

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
@@ -234,6 +234,19 @@ export class Runtime {
234234
*/
235235
public static readonly SYNTHETICS_NODEJS_PUPPETEER_9_0 = new Runtime('syn-nodejs-puppeteer-9.0', RuntimeFamily.NODEJS);
236236

237+
/**
238+
* `syn-nodejs-puppeteer-9.1` includes the following:
239+
* - Lambda runtime Node.js 20.x
240+
* - Puppeteer-core version 22.12.1
241+
* - Chromium version 126.0.6478.126
242+
*
243+
* New Features:
244+
* - **Bug fixes** Bug fix related to date ranges and pending requests in HAR files.
245+
*
246+
* @see https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch_Synthetics_Library_nodejs_puppeteer.html#CloudWatch_Synthetics_runtimeversion-nodejs-puppeteer-9.1
247+
*/
248+
public static readonly SYNTHETICS_NODEJS_PUPPETEER_9_1 = new Runtime('syn-nodejs-puppeteer-9.1', RuntimeFamily.NODEJS);
249+
237250
/**
238251
* `syn-python-selenium-1.0` includes the following:
239252
* - Lambda runtime Python 3.8

0 commit comments

Comments
 (0)