Lambda get Modification History

0

I noticed in the lambda console that one of my lambdas has a modification timestamp of four days ago, but I don't recall editing anything about it for much longer than that. There are no other users that should have access to modify it. How can I find details about this modification? I don't have multiple versions of my lambda, so this isn't a version issue. I want to know who/what modified it, and what modification was made.

已提問 2 年前檢視次數 3266 次
1 個回答
1
已接受的答案

It's probably worth checking CloudTrail in the region the function is in, with an Event source filter of lambda.amazonaws.com or a Resource name filter of the function's name. That should at least tell you what changes have been made to the function, and by whom. In some cases, you might also be able to see what has been changed in the event record.

The timestamp seems to update when any part of the Lambda configuration is changed, so it might not be a code modification.

Ed
已回答 2 年前
  • Perfect, thanks. I see now from CloudTrail that I made a permissions change that impacted this function.

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南