-
Notifications
You must be signed in to change notification settings - Fork 34
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
Node 14 Support #63
Comments
serverless doesn't support node 14 yet (serverless-components/express#63)
It would be nice if there were a new version of the express component with this update. |
I agree |
we need this to be merged ha! AWS is ending support for nodejs12 @serverless-ci |
Did anyone find a workaround to get the function to run using newer NodeJS runtime? As @luizramirez said, AWS will not allow you to update a node12 Lambda starting December 14th 2022 and this component will be totally unusable |
I found a solution @vinnyt123 . Will share it later when close to a computer |
@vinnyt123 you can create your own component based on the serverless express component. You can then publish your component and use it in your pipeline. |
Thanks @luizramirez, I'll give that a try |
@luizramirez I tried:
|
Hello!
I'm attempting to utilize Node 14 on AWS Lambda, but I can't seem to get the component to respect my settings. It looks like the settings might be able to be added here:
express/src/utils.js
Line 404 in 81d9840
Thanks!
The text was updated successfully, but these errors were encountered: