I'm creating a CloudFormation template for the platform I'm working on. I need to integrate Api Gateway and Step Functions, to make one of my step functions be executed by a call to a Api Gateway Method.
I'm not finding any documentation on this. I struggled to find the Integration/Uri, that should be
arn:aws:apigateway:${region}:states:action/StartExecution
but now I'm not sure on what to write in my RequestTemplates. I suppose that I could actually leave it empty, to make it act like a proxy, but I would really appreciate if you could give me any further information.
Thank you