-
Notifications
You must be signed in to change notification settings - Fork 4k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
chore(synthetics): update runtimes #29446
Conversation
* @deprecated Legacy runtime no longer supported by AWS Lambda. Migrate to the latest NodeJS Puppeteer runtime. | ||
*/ | ||
public static readonly SYNTHETICS_NODEJS_PUPPETEER_1_0 = new Runtime('syn-1.0', RuntimeFamily.NODEJS); |
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.
I don't think we should add ones that are already deprecated. Can we remove these?
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.
My original thought for all these PRs was to have parity between the SDK and the CDK, as a starting off point for continuous, automatic checks. I can always ignore SDK versions/engines/runtimes etc. that are deprecated
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.
Done 👍
Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
Issue # (if applicable)
Could not find any in the backlog
Reason for this change
Update the CDK listed Synthetics runtimes to match the current availability, as well as add missing deprecated versions
Description of changes
syn-1.0
andsyn-nodejs-2.*
were still namedSYNTHETICS_NODEJS_PUPPETEER_*
{@link}
tags to match the web documentationDescription of how you validated changes
I compared the current CDK versions to live SDK data, using the
synthetics:DescribeRuntimeVersions
API results. Deprecated versions were established using theDeprecationDate
fieldChecklist
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license