-
Notifications
You must be signed in to change notification settings - Fork 4.2k
feat(synthetics): syn-nodejs-puppeteer-10.0 as supported runtime #34241
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
feat(synthetics): syn-nodejs-puppeteer-10.0 as supported runtime #34241
Conversation
…#34240) Closes aws#34240. [Runtime versions using Node.js and Puppeteer](https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch_Synthetics_Library_nodejs_puppeteer.html) confirms that Synthetics runtime `syn-nodejs-puppeteer-10.0` is available. Added `syn-nodejs-puppeteer-10.0` as supported runtime. N/A - [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*
…ejs-puppeteer-10.0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(This review is outdated)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for the contribution.
I've added one comment.
Also could you add an integ test for 10.0? aws-cdk/packages/@aws-cdk-testing/framework-integ/test/aws-synthetics/test/integ.canary.ts Line 104 in 15791d7
|
Could only use with dry-run, because it required access to the actual environment? comand used: yarn integ aws-synthetics/test/integ.canary.js --update-on-failed --dry-run
✅ Updated pull request passes all PRLinter validations. Dismissing previous PRLinter review.
…ejs-puppeteer-10.0
@mazyu36 Can you validate if this is done correct? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
This PR cannot be merged because it has conflicts. Please resolve them. The PR will be considered stale and closed if it remains in an unmergeable state. |
1 similar comment
This PR cannot be merged because it has conflicts. Please resolve them. The PR will be considered stale and closed if it remains in an unmergeable state. |
I have fixed the merge conflicts, but it will be difficult to maintain without a review |
Can you review this? @aws/aws-cdk-core-team |
This PR cannot be merged because it has conflicts. Please resolve them. The PR will be considered stale and closed if it remains in an unmergeable state. |
1 similar comment
This PR cannot be merged because it has conflicts. Please resolve them. The PR will be considered stale and closed if it remains in an unmergeable state. |
This PR has been in the BUILD FAILING state for 3 weeks, and looks abandoned. Note that PRs with failing linting check or builds are not reviewed, please ensure your build is passing To prevent automatic closure:
This PR will automatically close in 14 days if no action is taken. |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
Issue # (if applicable)
Closes #34240.
Reason for this change
Runtime versions using Node.js and Puppeteer confirms that Synthetics runtime
syn-nodejs-puppeteer-10.0
is available.Description of changes
Added
syn-nodejs-puppeteer-10.0
as supported runtime.Describe any new or updated permissions being added
N/A
Description of how you validated changes
I have updated some tests, containing the same runtime with the new version.
Checklist
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license