-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
aws-synthetics: support syn-nodejs-puppeteer-8.0 runtime #30850
Comments
Indeed, syn-nodejs-puppeteer-8.0 is the newest version supported. Below screenshot from AWS CloudWatch console also confirms the same: |
### Issue # (if applicable) Closes #30850. ### Reason for this change Add new runtime https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch_Synthetics_Library_nodejs_puppeteer.html#CloudWatch_Synthetics_runtimeversion-nodejs-puppeteer-8.0 ### Description of changes Add new runtime ### Description of how you validated changes No test added because just add runtime enum. ### Checklist - [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*
|
Comments on closed issues and PRs are hard for our team to see. If you need help, please open a new issue that references this one. |
Describe the feature
https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch_Synthetics_Library_nodejs_puppeteer.html confirms that Synthetics runtime "syn-nodejs-puppeteer-8.0" is available.
https://github.com/aws/aws-cdk/blob/main/packages/aws-cdk-lib/aws-synthetics/lib/runtime.ts only has up to 7.0
Can we support this in CDK please? Thanks.
Use Case
Need to be able to use latest runtimes
Proposed Solution
Update aws-cdk-lib/aws-synthetics/lib/runtime.ts
Other Information
Previous PR for runtime updating: #29446
Acknowledgements
CDK version used
2.148.0
Environment details (OS name and version, etc.)
n/a
The text was updated successfully, but these errors were encountered: