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 年前3264 查看次数
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.

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则