About 179,000 results
Open links in new tab
  1. 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 …

  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. Is it Possible to Call One Step Function from another Step function?

    Oct 25, 2018 · Recently, AWS Step function added a functionality to call one step function from another step function. It works like calling any other service ( AWS Glue, AWS Lambda, AWS …

  4. aws step functions - How to concatenate constant string with …

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

  5. Loop inside a Step Function - Stack Overflow

    amazon-web-services aws-lambda aws-step-functions edited Aug 5, 2023 at 8:34 bensiu 25.7k 56 81 117

  6. How to trigger another step function run from the previous one of …

    Nov 23, 2023 · For make step functions run dependent on the previous one, I'll be introducing a lambda which will publish the step function execution into a ddb and I'll check this result in the …

  7. Parsing String to JSON in AWS Step Function's Map State

    Dec 7, 2023 · I'm facing an issue with parsing a "stringified JSON" in an AWS Step Function's Map state. My state machine first invokes a Lambda function that returns a JSON object.

  8. run SSM from step functions - Stack Overflow

    Jun 5, 2023 · The SendCommand API Action starts a command invocation with SSM which it then completes asynchronously. When you call this from a Step Functions workflow using the …

  9. Want to get current time and current time - 24 hours in AWS Step ...

    Nov 6, 2024 · Want to get current time and current time - 24 hours in AWS Step Functions / EventBridge Scheduler Asked 1 year, 1 month ago Modified 1 year, 1 month ago Viewed 212 …

  10. amazon web services - AWS Step Functions - Stack Overflow

    Mar 1, 2023 · This blog post (Orchestrating AWS Glue crawlers using AWS Step Functions) demonstrates how to do this for Glue Crawlers, including encapsulation of the polling wrapper …