How can I lock my Lambda function to prevent accidental changes?

0

Is there an easy way to lock a specific AWS Lambda function to prevent accidental changes? [Some functions] [1] that are used in the production environments for maintenance purposes are not a part of the development cycle. I'm looking for a way (similar to termination protection) to lock these functions to prevent changes. [1]: https://aws.amazon.com/blogs/security/how-to-automatically-update-your-security-groups-for-amazon-cloudfront-and-aws-waf-by-using-aws-lambda/

Nir_Sh
質問済み 5年前871ビュー
1回答
0
承認された回答

You can create aliases or versions for your Lambda function's production version. If you make changes to the created alias or version, the production version doesn't get affected.

profile pictureAWS
エキスパート
Uri
回答済み 5年前

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

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

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

関連するコンテンツ