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

Using AWS Serverless Application Repository fails due to unsupported nodejs version #29

Open
stormh8ker opened this issue Oct 11, 2019 · 2 comments

Comments

@stormh8ker
Copy link

stormh8ker commented Oct 11, 2019

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.

@ortegoncarlos
Copy link

Same Issue Here

@Robert-Murphy
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants