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?
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?