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

AWS Lambda Layer in AWS Serverless App Repository does not list nodejs 12 as a compatible layer #36

Open
nateisleychamp opened this issue Jan 22, 2021 · 2 comments

Comments

@nateisleychamp
Copy link

This issue indicates that nodejs 12 is compatible:
#21

If you click on deploy in the serverless app repository page and open up >Template the template tells me only NodeJS 10 is supported. Not having 12 listed results in being unable to select the layer if you are creating a NodeJS 12 lambda function.

image

@raelgc
Copy link

raelgc commented Oct 26, 2021

Sharing with others suffering the same: I've downloaded the layer as .zip file, and created another version of it, but this time selecting node 12.x as compatible runtime. You should do the same in your Layers section of the Lambda function.

@yshiawallace
Copy link

Sharing with others suffering the same: I've downloaded the layer as .zip file, and created another version of it, but this time selecting node 12.x as compatible runtime. You should do the same in your Layers section of the Lambda function.

Thanks @raelgc ! Very helpful

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