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년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠