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.

asked 2 years ago212 views
2 Answers
1
Accepted Answer

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
EXPERT
answered 2 years ago
profile pictureAWS
EXPERT
reviewed 2 years ago
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.

answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions