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,
asked 18 days ago4 views
1 Answers
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.
answered 18 days ago
Relevant questions
CloudWatch Alarm Metadata in notifications
Accepted Answerasked 2 months agoput-bucket-notification-configuration question
asked 5 months agoNotification when code change occur in lambda
Accepted Answerasked 18 days agoSSM Agent Latest Version Release Date
asked 2 years agoIs it possible to have an alarm action get re-triggered every so often?
asked 3 months agoHow to receive only one sns notification triggered via autoscaling event.
Accepted Answerasked 21 days agoSNS not sending message from S3 object creation
asked a year agoOne Lambda, two services?
Accepted Answerasked 2 years agoWhere to see RabbitMQ maintenance events? And can maintenance trigger some kind of notification?
asked 4 months agoCloudWatch Billing
asked 5 months ago