-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
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)
mazyu36
left a comment
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? |
mazyu36
left a comment
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 |
|
Hi @pv-rudger. Thank you for the contribution. The PR looks good to go but PR build is failing because a snapshot is failing, do you have time to update it? Otherwise, I can take over the PR. |
|
This PR has been in the CHANGES REQUESTED 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. |
@aemada-aws Is this something that you can take over to update the failing snapshot if @pv-rudger is unavailable? Conscious that this PR will close soon if no action is taken. |
|
This PR has been deemed to be abandoned, and will be automatically closed. Please create a new PR for these changes if you think this decision has been made in error. |
|
Comments on closed issues and PRs are hard for our team to see. |
Issue # (if applicable)
Closes #34240.
Reason for this change
Runtime versions using Node.js and Puppeteer confirms that Synthetics runtime
syn-nodejs-puppeteer-10.0is available.Description of changes
Added
syn-nodejs-puppeteer-10.0as 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