-
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
chore: use lambda.Runtime.NODEJS_12_X in all tests #12808
Conversation
7c64c89
to
70fdeef
Compare
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.
Nice! Thanks for making these changes. Just one comment below.
packages/@aws-cdk/aws-stepfunctions-tasks/lib/evaluate-expression.ts
Outdated
Show resolved
Hide resolved
packages/@aws-cdk/custom-resources/lib/provider-framework/provider.ts
Outdated
Show resolved
Hide resolved
70fdeef
to
430dec5
Compare
Pull request has been modified.
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
Why not go directly for |
I believe CloudFormation does not yet support inline code for Node 14. (I've not tested this personally) |
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.
Could you look at the build failures? Looks like there are more changes to be made in the tests.
You will also need to address the merge conflicts :(
Ping me when it's ready and I'll try to ship it before any further merge conflicts arise.
Packaged custom resources were moved to nodejs 14.x in #13488 |
Follow-up to #12713
This PR uses lambda.Runtime.NODEJS_12_X in CDK tests.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license