cagataygurturk / image-resizer-service

Serverless image resizing service for AWS
https://serverlessrepo.aws.amazon.com/#/applications/arn:aws:serverlessrepo:us-east-1:526515951862:applications~image-resizer-service
MIT License
101 stars 49 forks source link

Migrating the Node 14.x #34

Closed little-shippy closed 2 years ago

little-shippy commented 2 years ago

Hey there,

I was wondering if there was any plan to upgrade this project to Node 14 as Node 10 is no longer supported by AWS Lambda.

Error which occurred during deploy:

Resource handler returned message: "The runtime parameter of nodejs10.x is no longer supported for creating or updating AWS Lambda functions. We recommend you use the new runtime (nodejs14.x) while creating or updating functions.

Cheers.