-
-
Notifications
You must be signed in to change notification settings - Fork 429
nodejs14.x support #329
Comments
Is there someone with the right permissions who can look into this? It seems like this doesn't require much work, just someone with the right permissions. |
It would be great to have Node.js 14.x support! @mhart @sanathkr @ndobryanskyy If you & the others are too busy to maintain, would it maybe make sense to get an AWS employee to manage this repo and keep it up to date? |
AWS already provides prebuilt build images for local Lambda emulation via it's SAM CLI framework:
Source of this images can be found here: https://github.com/aws/aws-sam-cli/blob/develop/build-image-src/Dockerfile-nodejs14x It's bittersweet since this project provided so much value in the early days of serverless development on AWS but I think this is the way forward from now on 😔 |
The problem is, other projects depend on this one. Namely, https://github.com/dherault/serverless-offline. So I imagine package maintainers will have to update how they run a local Lambda Docker instance. |
Agree, it's a general problem that AWS currently eats up (namely SAM and Amplify) a lot of space where third party serverless providers like Serverless Framework exist. Unfortunately my bet in this war goes once more to AWS here because they have 1000x the resources than all vendors together, but would be happy to switch back to community projects in the future. |
I've had luck using the |
I believe this is now supported |
This worked 👍 . If it helps anyone else there are a few differences when porting over. The default port changes to 8080, when calling the lambda it needed to be |
Still cannot see the dockerhub tag for
** Please ignore this, I misunderstood something already merged for nodejs14 |
Hey @thetrevdev @PatElder @kennyhyun ! Am I missing something? |
I can see this PR #330 is opened and approved but not merged yet. |
Thank you very much for this project. It's been very useful to me.
I noticed that nodejs14.x isn't supported. How can I add it? I found these instructions in the readme:
I think I understand the main steps, but I won't have the permission to upload the filesystem snapshot to lambci's s3 bucket for example. How can external collaborators contribute a new image?
The text was updated successfully, but these errors were encountered: