Skip to content

Commit

Permalink
feat(synthetics): new runtime synthetics nodejs puppeteer 3 6 (#22374)
Browse files Browse the repository at this point in the history
----

### All Submissions:

* [x] Have you followed the guidelines in our [Contributing guide?](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md)

### Adding new Unconventional Dependencies:

* [ ] This PR adds new unconventional dependencies following the process described [here](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md/#adding-new-unconventional-dependencies)

### New Features

* [ ] Have you added the new feature to an [integration test](https://github.com/aws/aws-cdk/blob/main/INTEGRATION_TESTS.md)?
	* [ ] Did you use `yarn integ` to deploy the infrastructure and generate the snapshot (i.e. `yarn integ` without `--dry-run`)?

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
  • Loading branch information
evgenyka committed Oct 6, 2022
1 parent 0b1f56e commit e0c0b56
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
10 changes: 10 additions & 0 deletions packages/@aws-cdk/aws-synthetics/lib/runtime.ts
Expand Up @@ -134,6 +134,16 @@ export class Runtime {
*/
public static readonly SYNTHETICS_NODEJS_PUPPETEER_3_5 = new Runtime('syn-nodejs-puppeteer-3.5', RuntimeFamily.NODEJS);

/**
* `syn-nodejs-puppeteer-3.6` includes the following:
* - Lambda runtime Node.js 14.x
* - Puppeteer-core version 10.1.0
* - Chromium version 92.0.4512
*
* @see https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch_Synthetics_Library_nodejs_puppeteer.html#CloudWatch_Synthetics_runtimeversion-nodejs-puppeteer-3.6
*/
public static readonly SYNTHETICS_NODEJS_PUPPETEER_3_6 = new Runtime('syn-nodejs-puppeteer-3.6', RuntimeFamily.NODEJS);

/**
* `syn-python-selenium-1.0` includes the following:
* - Lambda runtime Python 3.8
Expand Down
6 changes: 6 additions & 0 deletions packages/aws-cdk-lib/package.json
Expand Up @@ -453,6 +453,8 @@
"./aws-cognito": "./aws-cognito/index.js",
"./aws-config": "./aws-config/index.js",
"./aws-connect": "./aws-connect/index.js",
"./aws-connectcampaigns": "./aws-connectcampaigns/index.js",
"./aws-controltower": "./aws-controltower/index.js",
"./aws-cur": "./aws-cur/index.js",
"./aws-customerprofiles": "./aws-customerprofiles/index.js",
"./aws-databrew": "./aws-databrew/index.js",
Expand Down Expand Up @@ -512,6 +514,7 @@
"./aws-iotcoredeviceadvisor": "./aws-iotcoredeviceadvisor/index.js",
"./aws-iotevents": "./aws-iotevents/index.js",
"./aws-iotfleethub": "./aws-iotfleethub/index.js",
"./aws-iotfleetwise": "./aws-iotfleetwise/index.js",
"./aws-iotsitewise": "./aws-iotsitewise/index.js",
"./aws-iotthingsgraph": "./aws-iotthingsgraph/index.js",
"./aws-iottwinmaker": "./aws-iottwinmaker/index.js",
Expand Down Expand Up @@ -539,6 +542,7 @@
"./aws-lookoutequipment": "./aws-lookoutequipment/index.js",
"./aws-lookoutmetrics": "./aws-lookoutmetrics/index.js",
"./aws-lookoutvision": "./aws-lookoutvision/index.js",
"./aws-m2": "./aws-m2/index.js",
"./aws-macie": "./aws-macie/index.js",
"./aws-managedblockchain": "./aws-managedblockchain/index.js",
"./aws-mediaconnect": "./aws-mediaconnect/index.js",
Expand Down Expand Up @@ -572,6 +576,7 @@
"./aws-resiliencehub": "./aws-resiliencehub/index.js",
"./aws-resourcegroups": "./aws-resourcegroups/index.js",
"./aws-robomaker": "./aws-robomaker/index.js",
"./aws-rolesanywhere": "./aws-rolesanywhere/index.js",
"./aws-route53": "./aws-route53/index.js",
"./aws-route53-patterns": "./aws-route53-patterns/index.js",
"./aws-route53-targets": "./aws-route53-targets/index.js",
Expand Down Expand Up @@ -605,6 +610,7 @@
"./aws-sso": "./aws-sso/index.js",
"./aws-stepfunctions": "./aws-stepfunctions/index.js",
"./aws-stepfunctions-tasks": "./aws-stepfunctions-tasks/index.js",
"./aws-supportapp": "./aws-supportapp/index.js",
"./aws-synthetics": "./aws-synthetics/index.js",
"./aws-timestream": "./aws-timestream/index.js",
"./aws-transfer": "./aws-transfer/index.js",
Expand Down

0 comments on commit e0c0b56

Please sign in to comment.