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
已提問 1 個月前檢視次數 96 次
2 個答案
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
專家
已回答 1 個月前
profile pictureAWS
專家
Uri
已審閱 1 個月前
profile picture
專家
已審閱 1 個月前
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
已回答 1 個月前

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

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

回答問題指南