aws-solutions/serverless-image-handler

Upgrade the Lambda runtime to use NodeJs 18.x and aws-sdk dependency to v3.* ?

eortiz-tracktik opened this issue · 2 comments

Describe the feature you'd like
NodeJs 16.x is deprecated, could we upgrade the Lambda runtime to use NodeJs 18.x and the code to use aws-sdk v3.* ?

It is in our backlog to make the enhancement.
You can also on your end give that a try, by cloning the solution using github, and followoing our README file you can make the change, build the solution and deploy it on your Account. But as I said, we will also make that adjustment in our next releases.

Lambda runtimes are now Node.js 20.x in v6.2.4.
aws-sdk migration from v2 to v3 is on the backlog for a future release.