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...
1
answers
0
votes
706
views
Arif
asked 6 months ago
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...
2
answers
0
votes
217
views
asked 6 months ago
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...
2
answers
0
votes
532
views
asked 6 months ago
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...
2
answers
0
votes
630
views
kimar
asked 6 months ago
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...
1
answers
0
votes
624
views
Avi
asked 6 months ago
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...
1
answers
0
votes
388
views
Monty
asked 6 months ago
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...
1
answers
0
votes
558
views
JMoore
asked 6 months ago
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...
1
answers
0
votes
417
views
Monty
asked 6 months ago
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...
1
answers
0
votes
336
views
Monty
asked 6 months ago
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...
2
answers
0
votes
586
views
Amaia
asked 7 months ago
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...
1
answers
0
votes
403
views
Pasko
asked 7 months ago