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
asked 2 years ago450 views
1 Answer
0
Accepted Answer

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
answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions