-
Notifications
You must be signed in to change notification settings - Fork 4.5k
(aws-synthetics): provide syn-nodejs-puppeteer-3.2 runtime #16177
Copy link
Copy link
Closed
Labels
@aws-cdk/aws-syntheticsRelated to Amazon CloudWatch SyntheticsRelated to Amazon CloudWatch Syntheticsfeature-requestA feature should be added or improved.A feature should be added or improved.needs-triageThis issue or PR still needs to be triaged.This issue or PR still needs to be triaged.
Description
syn-nodejs-puppeteer-3.2 is out and currently we can use it as the Runtime class doesn't have it yet.
Use Case
upgrading my canary construct to use syn-nodejs-puppeteer-3.2 runtime.
Proposed Solution
add an additional property to the Runtime class to have SYNTHETICS_NODEJS_PUPPETEER_3_2 runtime
public static readonly SYNTHETICS_NODEJS_PUPPETEER_3_2 = new Runtime('syn-nodejs-puppeteer-3.2');
Other
currently, I am seeing an error Navigation failed because browser has disconnected! without any logs or anything. I want to be able to upgrade the runtime as this seems to be a chromium issue.
- 👋 I may be able to implement this feature request
-
⚠️ This feature might incur a breaking change
This is a 🚀 Feature Request
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
@aws-cdk/aws-syntheticsRelated to Amazon CloudWatch SyntheticsRelated to Amazon CloudWatch Syntheticsfeature-requestA feature should be added or improved.A feature should be added or improved.needs-triageThis issue or PR still needs to be triaged.This issue or PR still needs to be triaged.