AWS API Gateway with Step Function
I want a sample to integrate AWS API Gateway with Step Function. I have read this tutorial Creating a Step Functions API Using API Gateway but that tutorial needs me to send request in format of { "input": "{}", "name": "PostmanExecution", "stateMachineArn": "arn:aws:states:us-east-1:123456789012:stateMachine:Custom" } I want to send normal request and configure this stateMachineArn in API Gateway only, so that clients dont need to send this. Create your API Gateway resource and method. Then in the "Method Execution" settings, in the Integration Request, use these settings: Integration type: