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
已提问 2 个月前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
专家
已回答 2 个月前
profile pictureAWS
专家
Uri
已审核 2 个月前
profile picture
专家
已审核 2 个月前
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 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则