Can anyone guess what am I doing wrong that the input of the “Pass” state in the Step Function State Machine is empty when it is triggered by being a target of a Rule that passes an AWS event in EventBridge?
The event Rule triggers and starts the “Pass” state, but does not pass the payload of the event to it.
In this Sfn, I want to make a decision based on a value passed by the event to the Pass step, but I do not receive the payload. I’m using the “Matched event” to do no transformation. I have also tried with transformation, but got same result.
I appreciate any help.