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

Migration to node 10 #9

Closed
eneam opened this issue Nov 14, 2019 · 8 comments
Closed

Migration to node 10 #9

eneam opened this issue Nov 14, 2019 · 8 comments

Comments

@eneam
Copy link

eneam commented Nov 14, 2019

AWS Lambda: Node.js 8.10 is EOL, please migration your functions to a newer runtime version

any suggestions for migration?

@nbonnefoy
Copy link

Strange behavior in node10.x, the KEY is not parsed properly.
The output logs seems to indicate that it takes "favicon.ico" instead of the real key parameter :
INFO: key: favicon.ico
ERROR 404 NoSuchKey { NoSuchKey: The specified key does not exist.

@thepofo
Copy link

thepofo commented Jan 8, 2020

Any feedback on upgrading to Node 10? AWS notified me already a couple of times about end of life...

@thepofo
Copy link

thepofo commented Jan 8, 2020

The runtime parameter of nodejs8.10 is no longer supported for creating or updating AWS Lambda functions. We recommend you use the new runtime (nodejs12.x) while creating or updating functions. (Service: AWSLambdaInternal; Status Code: 400; Error Code: InvalidParameterValueException; Request ID: 3f8ac475-efba-4fc6-9aa4-5a150540a622)

@jainarpit014
Copy link

AWS doesn't allow deploying this lambda application anymore due to Node js 8.10 EOL. Any plans to upgrade?

@eneam
Copy link
Author

eneam commented Jan 24, 2020

the new node 10+ AWS runtime container does not have image magick you have to add "image-magick" layer for the lambda to work

@ricardoroth
Copy link

the new node 10+ AWS runtime container does not have image magick you have to add "image-magick" layer for the lambda to work

Is this a solution to make the deployment? can you give more details?

@cagataygurturk
Copy link
Owner

Hey all, sorry for the late feedback, nowadays I am busy with GCP and away from AWS ecosystem.

I have updated the application to Node 10 but as @eneam pointed out, there is no Imagick binaries in the runtime anymore. Please check the Readme for instructions to workaround this using this another application.

I am gonna try to embed this Lambda layer into this application in a next version.

@Andresgonzale
Copy link

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

7 participants