I deployed a GET method in AWS API Gateway which is then integrated with AWS Step Functions as backend.
The Problem is the integration with Step Functions only allowed through Http "Post" method.
That means I set input to Step Functions but can not get the output of the Step Functions.
How can I solve this?