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
feita há 5 anos871 visualizações
1 Resposta
0
Resposta aceita

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
ESPECIALISTA
Uri
respondido há 5 anos

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas