Skip to content

(aws-synthetics): provide syn-nodejs-puppeteer-3.2 runtime #16177

@khawarizmus

Description

@khawarizmus

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

Metadata

Metadata

Assignees

Labels

@aws-cdk/aws-syntheticsRelated to Amazon CloudWatch Syntheticsfeature-requestA feature should be added or improved.needs-triageThis issue or PR still needs to be triaged.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions