79445466

Date: 2025-02-17 12:59:46
Score: 0.5
Natty:
Report link

With JSONata in Step Functions, the Output must contain all required properties explicitly. You can achieve this with a JSONata $merge:

{%
    $merge([$states.input, {
      "lambda_result": $states.result.Payload
    }])
%}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Eoin