I have created step functions and invoked them as specified in AWS documentation. For output, I am getting
{
"executionArn": "arn:aws:states:us-east-1:123456789012:execution:HelloWorld:MyExecution", "startDate": 1486768956.878
}
But, instead of above response I want my step functions output. How to achive that?