Lambda Version Config Updates

0

Hello Everyone, I have created a lambda version for a given lambda and able to see that the configurations are inherited from the lambda to lambda versions. I have updated the environment variables in the lambda but it is not reflecting in the versions. Would versions update the config after some period or it is immutable once the lambda version is created?

profile picture
AGS
asked a month ago88 views
2 Answers
1

Lambda versions are immutable once created, so any updates to the configurations or environment variables in the lambda will not reflect in the existing versions. You would need to create a new version to capture these updates.

profile picture
EXPERT
answered a month ago
profile pictureAWS
EXPERT
Uri
reviewed a month ago
profile picture
EXPERT
reviewed a month ago
0

It create separate copy, any changes to latest will not affect version. You can manually change few configuration like adding trigger of version as well.

Sushant
answered a month 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