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)