About 61,500 results
Open links in new tab
  1. Airflow versus AWS Step Functions for workflow - Stack Overflow

    Sep 22, 2020 · AWS Step Functions are also supported by a range of production graded cli and SDK's. Airflow has server costs while Step Functions have 4000/month free step executions …

  2. AWS Step Function JSONata how to combine input and result …

    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", "

  3. aws step functions - How can I render an Amazon States …

    May 31, 2021 · Options: AWS Toolkit for Visual Studio Code uses this class to visualize the Amazon States Language. There's an NPM module, aws-sfn-graph that can do it. And, of …

  4. AWS : Passing Job parameters Value to Glue job from Step function

    aws stepfunctions start-execution --state-machine-arn arn:aws:states:us-east-1:123456789012:stateMachine:HelloWorld --input " {runid":"Runid_10"} State Machine is …

  5. aws step functions - How do I evaluate JSONata expression in key …

    Dec 23, 2024 · json aws-step-functions jsonata edited Dec 25, 2024 at 19:29 asked Dec 23, 2024 at 21:16 Hisham Syed

  6. How to limit concurrency of a step in step functions

    Mar 11, 2020 · I have a state machine in AWS. I want to limit concurrency of a task (created via lambda) to reduce traffic to one of my downstream API. I can restrict the lambda concurrency, …

  7. AWS Step Functions States.DataLimitExceeded Error

    Jan 20, 2022 · The Step Functions service has a limit for the inputs/payloads of 256KB (more necessarily 262,144 bytes) of data as a UTF-8 encoded string. This quota affects tasks …

  8. 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 …

  9. 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 …

  10. aws step functions - How to Delete State Machine Executions?

    Dec 4, 2019 · After running many many Step Functions, I can see that AWS keeps 1,000 executions in the console. As far as I can see from the docs & the API, there is no way to …