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년 전3269회 조회
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.

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠