Skip to content

Commit

Permalink
feat: add nodejs puppeter 8 runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
mazyu36 committed Jul 15, 2024
1 parent 3524718 commit a1b3776
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions packages/aws-cdk-lib/aws-synthetics/lib/runtime.ts
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,20 @@ export class Runtime {
*/
public static readonly SYNTHETICS_NODEJS_PUPPETEER_7_0 = new Runtime('syn-nodejs-puppeteer-7.0', RuntimeFamily.NODEJS);

/**
* `syn-nodejs-puppeteer-8.0` includes the following:
* - Lambda runtime Node.js 20.x
* - Puppeteer-core version 22.10.0
* - Chromium version 125.0.6422.112
*
* New Features:
* - **Support for two-factor authentication.(())
* - **Bug fixes** for situations where some service clients were losing data in Node.js SDK V3 responses.
*
* @see https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch_Synthetics_Library_nodejs_puppeteer.html#CloudWatch_Synthetics_runtimeversion-nodejs-puppeteer-8.0
*/
public static readonly SYNTHETICS_NODEJS_PUPPETEER_8_0 = new Runtime('syn-nodejs-puppeteer-8.0', RuntimeFamily.NODEJS);

/**
* `syn-python-selenium-1.0` includes the following:
* - Lambda runtime Python 3.8
Expand Down

0 comments on commit a1b3776

Please sign in to comment.