-
Notifications
You must be signed in to change notification settings - Fork 51
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
Comments
Strange behavior in node10.x, the KEY is not parsed properly. |
Any feedback on upgrading to Node 10? AWS notified me already a couple of times about end of life... |
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) |
AWS doesn't allow deploying this lambda application anymore due to Node js 8.10 EOL. Any plans to upgrade? |
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? |
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. |
AWS Lambda: Node.js 8.10 is EOL, please migration your functions to a newer runtime version
any suggestions for migration?
The text was updated successfully, but these errors were encountered: