About 152,000 results
Open links in new tab
  1. aws step functions - How do I evaluate JSONata expression in key in ...

    Dec 23, 2024 · I want to evaluate jsonata expression in key in AWS Step functions. I tried this:

  2. Airflow versus AWS Step Functions for workflow - Stack Overflow

    Sep 22, 2020 · I have no experience with Step Functions, but have heard it's AWS's Airflow. There looks to be plenty of patterns online for Step Functions + Batch. Does Step Functions seem like a good …

  3. AWS Lambda vs AWS step function - Stack Overflow

    Jan 9, 2019 · I am thinking to use AWS lambda function to split the file as well as to load the data. I recently came across AWS step function which can also serve the purpose based on what I read.

  4. AWS Step Function JSONata how to combine input and result from task

    Feb 4, 2025 · When using JSONPath, I knew how to combine input to some task (for instance lambda) and just add the result to additional property. For instance: { "input_1" : "value_1", "

  5. run SSM from step functions - Stack Overflow

    Jun 5, 2023 · I am trying to run SSM commands from step functions and am able to run the commands. But it is not able to capture the response correctly. Even though the command fails with some error, …

  6. java - Aws step functions - Resume from failed step function activity ...

    Nov 11, 2021 · 3 UPDATE: Now you can use redrive feature of AWS Step Functions rolled-out by AWS on 15 Nov 2023. It will help you to resume/re-execute the failed state from the mid (where it got …

  7. AWS Step Functions with dynamic steps - Stack Overflow

    Feb 1, 2019 · I am exploring AWS step functions, however, I am not able to find the answer to a question that my use case requires. Let us say we have 10 tasks we can do in the system overall. …

  8. AWS Step Functions: Unable to apply ReferencePath

    Mar 21, 2024 · I am attempting a step function but am not certain about the "$.<variable>" syntax. For brevity, resources like Lambda functions and S3 buckets …

  9. AWS Step Function JsonMerge new data - Stack Overflow

    Feb 23, 2024 · The intrinsic function States.JsonMerge works to add a new, static json in the data simulator. So this works in the Parameters in the data simulator to add the newKey to all the …

  10. aws step functions - How to concatenate constant string with jsonpath ...

    Jan 19, 2019 · The JSONPath implementation referenced from the AWS Step Functions documentation supports String concatenation via $.concat($..prop) but sadly this does not work when deployed to …