I also got this issue once, when the eventbridge rule was getting triggered, but it was not invoking my lambda function( I was using Terraform
as IaC tool)
What i did to tackle this?
I added the eventbridge rule as trigger
for my lambda, manually, and destination as SNS, to get test the setup. This worked fine for me.
Refer image for reference