i have a lambda for some processing and another one to handle errors of the processing lambda. I wired those via a custom eventbus and a rule in it.
my event rule pattern looks like this:
{
"source": ["lambda"]
}
while the policy statement is exactly like in here https://aws.amazon.com/premiumsupport/knowledge-center/eventbridge-lambda-not-triggered/
Generally i followed the troubleshooting guide (several times), but i simply dont receive the lambda error events (other events, e.g. from sagemaker i use somewhere else work fine)
The events are also not shown in the event bus metrics.
Do i have to add some special configuration to the "event emitting" lambda (in my case the processor). Of course i have configured the custom event bus as "on failure" destination (asynchronous in my case), but are there any other things required like permissions or so?
hope someone can help me,
cheers!