I have a lambda function. It's deployed by serverless. So a rule always be created in my custom event bus automatically. After I send a test event to my bus. This rule can be triggered. But is always invoke fail. I try to find the reason but nothing can be saw beside invoke metrics.
Strangely, if I manually create a rule for the same. This manually created rule can always fire and successfully invoke the lambda function.