0

We have a lambda function with SQS as trigger. The functions were working fine for a few years up until last week when we saw that the trigger was disabled for some reason.

We had to manually enable the trigger to make it work.

Is there any way to check why or who had disabled this trigger in some sort of a log?

1 Answer 1

2

AWS provides CloudTrail which stores a log for every event which happened in your account for the last 90 days. Triggers are tied to the service which invokes them (SQS in your case), so I suggest searching for SQS events in the CloudTrail logs and also for Lambda modification events.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.