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
demandé il y a 2 ans455 vues
1 réponse
0
Réponse acceptée

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
répondu il y a 2 ans

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions