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
posta 5 anni fa871 visualizzazioni
1 Risposta
0
Risposta accettata

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
ESPERTO
Uri
con risposta 5 anni fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande