Runtime environments for individual function instances

0

Hi folks, Very much a new user of the AWS environment.

We have a few functions in Lambda each currently running the soon to be depreciated Node.js 12.x for it's runtime environment.

I am looking to update Node.js for one of the functions to test it, but I wanted to check whether updating the environment in one function will only effect it's instance and not all of the functions I have created?

Has anyone done this previously that can confirm this?

Thanks in advance.

已提問 2 年前檢視次數 216 次
2 個答案
1
已接受的答案

You are right. The functions themselves are independent of each other, so if you update the runtime of one function, other functions won't automatically get updated. You will have to do it individually for every function.

profile pictureAWS
專家
已回答 2 年前
profile pictureAWS
專家
已審閱 2 年前
0

Thanks for that. I thought that was how it was going to work and it would be helpful for testing. But it is always best to double check.

已回答 2 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南