aws-solutions-library-samples / guidance-for-media2cloud-on-aws

Guidance for Media2Cloud on AWS solution (formerly known as AWS Media2Cloud Solution) is designed to demonstrate a serverless ingest framework that can quickly setup a baseline ingest workflow for placing video assets and associated metadata under management control of an AWS customer.
https://aws.amazon.com/solutions/guidance/media2cloud-on-aws/
Apache License 2.0
116 stars 64 forks source link

NodeJS version 10 not supported anymore #14

Closed virmrt closed 1 year ago

virmrt commented 3 years ago

We tried to deploy it but dependencies in this deployment stack are not supported anymore, like the Lambdas want to start in Node version 10, but that is lagging behind to your current standard Lambda runtime. Error shown:

“AWS will be deprecating Node.js 10 according to the end of life schedule provided by the community. Node.js 10 reaches end of life on April 30, 2021. After April 30, 2021 you can no longer create a Node.js 10 Lambda function. The ability to update a function will be disabled after May 28, 2021 . More information on can be found in the runtime support policy.”

Support is appreciated Kind regards,

tsshek commented 3 years ago

Hi @virmrt,

We are in a process of updating M2C to Version 3 which will also update the NodeJS runtime version. At the meantime, please checkout v3preview branch that also contains CFN templates.

raulmlamzn commented 1 year ago

The solution was upgraded to nodejs v16 in v3.1.2: https://github.com/aws-solutions/media2cloud-on-aws/releases/tag/v3.1.2