We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
cfn-lint version: (cfn-lint --version) 0.59.0
cfn-lint --version
Description of issue. Hi guys, thanks for the great work!
We recently upgraded our Lambda functions to Node16 in a SAM template and started getting the following error:
[E3030: Check if properties have a valid value] (You must specify a valid value for Runtime (nodejs16.x). Valid values are ["dotnet6", "dotnetcore1.0", "dotnetcore2.0", "dotnetcore2.1", "dotnetcore3.1", "go1.x", "java11", "java8", "java8.al2", "nodejs", "nodejs10.x", "nodejs12.x", "nodejs14.x", "nodejs4.3", "nodejs4.3-edge", "nodejs6.10", "nodejs8.10", "provided", "provided.al2", "python2.7", "python3.6", "python3.7", "python3.8", "python3.9", "ruby2.5", "ruby2.7"]) matched ./template.yaml:123
CloudFormation template:
... Globals: Function: Runtime: nodejs16.x ... SampleFunction: Type: AWS::Serverless::Function Properties: FunctionName: sample-function CodeUri: dist ... Metadata: BuildMethod: makefile
Do you have any estimated time for supporting node16? Thanks
The text was updated successfully, but these errors were encountered:
Upgrade cfn-lint for new feature support, including nodejs16.x: #2283 (comment)
cfn-lint
nodejs16.x
More related issues: #2332, #2263
Sorry, something went wrong.
Thanks for the reply, sorry I missed that, I searched for node16 but not nodejs16 so couldn't find that issue. Thanks!
node16
nodejs16
No branches or pull requests
cfn-lint version: (
cfn-lint --version
)0.59.0
Description of issue.
Hi guys, thanks for the great work!
We recently upgraded our Lambda functions to Node16 in a SAM template and started getting the following error:
CloudFormation template:
Do you have any estimated time for supporting node16? Thanks
The text was updated successfully, but these errors were encountered: