1

I have deployed many Lambda functions in my Serverless Application. So there are plenty of executions and it is hard to track the Lambda errors. My monitoring system is focused to CloudWatch events, but there is no predefined Event with Lambda status change detail type.

It is possible to launch CloudWatch events whenever there is a Lambda function error? (i.e: Timed out or Memory exceeded errors)

2
  • 2
    Before trying this may be you can use the filter over the logs...stackoverflow.com/questions/42627341/… Commented Sep 1, 2022 at 9:12
  • Best solution in my case was to add a Lambda trigger with an SQS queue that receives Lambda dead letters through an SNS topic. Commented Nov 15, 2022 at 23:51

0

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.