lambdium icon indicating copy to clipboard operation
lambdium copied to clipboard

Using AWS Serverless Application Repository fails due to unsupported nodejs version

Open stormh8ker opened this issue 4 years ago • 2 comments

Error from doing one click deploy from the AWS Serverless Application Repository fails and rolls back cloudformation stack.

The runtime parameter of nodejs6.10 is no longer supported for creating or updating AWS Lambda functions. We recommend you use the new runtime (nodejs10.x) while creating or updating functions.

stormh8ker avatar Oct 11 '19 16:10 stormh8ker

Same Issue Here

ortegoncarlos avatar Jan 08 '20 04:01 ortegoncarlos

I changed the template.yaml file updating the node version to "nodejs10.x" in two places Chromelayer > Properties > CompatibleRuntimes Lambdium > Properties > Runtime. Worked for me.

Robert-Murphy avatar Jul 20 '20 10:07 Robert-Murphy