InputPath, OutputPath, ResultPath
- InputPath -> the part of the original JSON payload to take to the step
- OutPutPath -> the part of the original JSON payload to return after the step is completed
- ResultPath -> here you can define a node to store the output you create in the step.
Please note "output" node is visible in the step function logs and here in the doc, but you do not have it in the function input. It means { "output": "1.05" } will be just