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ヶ月前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ