All Content tagged with AWS Step Functions
AWS Step Functions is a low-code, visual workflow service that developers use to build distributed applications, automate IT and business processes, and build data and machine learning pipelines using AWS services.
Content language: English
Select up to 5 tags to filter
Sort by most recent
I am executing pyspark script on EMR serverless and i am using AWS step function for creating EMR application and submitting job in it. I want to know how to add logging option in AWS step function...
I patently waited for the StepFunctions local to be updated to use the new(ish) http:invoke feature, and apparently it's been updated 1 month ago.
I tested one of my state machine locally with version...
I'm building a step function workflow, where I have multiple asynchronous endpoints invoked in parallel (number of models can change, and I don't want to tie implementation to it). After invoking the...
We have eventbridge pipe where I ingest data from Kinesis stream, Then with step function as enrichment I extract only the data I need to load then on redshift Serverless, I am not clear if using the...
I need to invoke an SQS event and wait for a response back from it from an Express Step Function. I understand that callbacks aren't an option for...
Hello
I am pulling values from a dictionary provided as a payload to a Lambda Function and it runs successfully. These are known keys and I printed out the dictionary and checked that it's type is...
If a lambda version is deployed or, a lambda is unused for a longer period of time (e.g. a week) then in either case the lambda will initially not be in a state whereby it can be immediately...
I am working with a Lambda Function that receives the below payload. I run this in test for my Lambda function and it runs successfully. When I run my Step Function it errors with the below error...
I am trying to pass my output from my start execution to my next step. I am trying to get the key values from Step 1 output to step 2 as inputs. I have tried filtered the output from step 1 using...
I am working with Step Function, and I have a MAP type step to which I pass an S3 path in which there is a csv on which the MAP has to iterate. In each loop of the map, a script is executed with the...
I use a Step Function integrated into an API Gateway endpoint. The Step Functions last Task is a Lambda Function. Based on a calculation in the last Task I want to set a response header. The problem...