Skip to content
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

fix: W2531 EOL runtime (nodejs12.x) specified #236

Merged
merged 9 commits into from
Nov 16, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions examples/template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ Resources:
Properties:
FunctionName:
Fn::Sub: lambda-function-${EnvName}
Description: LambdaFunctioni of nodejs12.x.
Runtime: nodejs12.x
Description: LambdaFunctioni of nodejs16.x.
Runtime: nodejs16.x
Comment on lines +63 to +64
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nodejs16.x was added in aws-cloudformation/cfn-lint#2263 (comment), unsupported here?

Code:
ZipFile:
"exports.handler = function(event, context){\n
Expand Down