aws-ia / cloudformation-aws-marketplace-saas

AWS Marketplace Build Tools
Apache License 2.0
25 stars 20 forks source link

AWS lambda nodejs12x runtime deprecation #51

Closed gishyanart closed 1 year ago

gishyanart commented 1 year ago

As an AWS marketplace seller, we have configured a marketplace SaaS application by following this guide. As a result, there are 7 lambda functions with nodejs12 runtime in our account. AWS is going to end up the nodejs12 runtime support (it is mentioned in runtime-support-policy). It is currently will not cause any issues as I know (lambda invocations, especially), but I would like to keep everything up-to-date. Is it safe to edit already deployed lambda functions and change runtime version to nodejs16x?