Notification when code change occur in lambda

0

Hi,

Actually i have alarms for some errors and performance monitoring with Lambdas, but since last days i have a doubt, its possible get a notification when, for example, a variable or a portion of the code change in lambda? like a Audit monitoring of the code ?

Thanks for guidance in advance,

Karlos
posta 2 anni fa455 visualizzazioni
1 Risposta
0
Risposta accettata

You could run get-function-configuration every 5 minutes (from another Lambda function), store the results of LastModified and Environment.Variables in a cache, and compare the new results to the old ones.

AWS
Andre Z
con risposta 2 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