Questions tagged with AWS Step Functions

Content language: English

Select up to 5 tags to filter
Sort by most recent

Browse through the questions and answers listed below or filter and sort to narrow down your results.

Hello team, I have a use case to read data from on-premise table to s3 using mwaa . Once the read completes i need to update a flag in the on-premise table { a typical oracle update records from glue...
0
answers
0
votes
227
views
asked 3 days ago
We are using Step Functions for our ETL pipeline. The first step kicks off 21 jobs that each take about 1-3 minutes each consuming 2 DPUs. The Step Function fails with the below error when trying to...
1
answers
0
votes
233
views
asked 7 days ago
Hi there, I am working on running aws ecs task using aws step functions. The task is being executed but i am not able to get the output of the task. I am using the callback mechanism and sending the...
1
answers
0
votes
343
views
Vishal
asked 9 days ago
I have an API Gateway which starts execution of State Machine and it runs command on EC2 through SSM Automation. Everything is X-Ray traced and now I wanna add tracing to some python script run...
1
answers
0
votes
381
views
asked 11 days ago
In a Step Function State Machine, I want to make a decision based on a value passed by an event from EventBridge. I use a Pass step to wait for the event to be triggered, then pass it to a Choice step...
2
answers
0
votes
336
views
profile picture
asked 18 days ago
I see that the HTTP Invoke Task from StepFunctions uses "Transfer-Encoding: chunked" and streams data to the 3rd party. Why is that so? Afaik it's way better to use the more adopted way of setting the...
1
answers
0
votes
146
views
Siggi
asked 19 days ago
I am using AWS Step Functions to orchestrate some SageMaker jobs. However, I can't seem to dynamically retrieve the Var variable for each job. Meaning that each launched container should be run with a...
1
answers
0
votes
147
views
Fahmi
asked 20 days ago
im using the StepFunction HTTP Task with a Catch Task attached. When the RequestBody **exceeds** the 256kb limit it goes into the Catch Task just fine. However, when the RequestBody is e.g. 130kb...
1
answers
0
votes
202
views
Siggi
asked 25 days ago
You can not specify a port number in the http invoke task as it fails with a runtime exception. Two problems I saw here: - even though a runtime exception is thrown it does not go into the catch task...
Accepted AnswerAWS Step Functions
2
answers
0
votes
135
views
Siggi
asked a month ago
![Want to Redrive from Failed State SendCompletionNotification](/media/postImages/original/IMlkcFAljFR6esD7uclHZiAg) Hello team, Can we implement redrive logic to execute from a particular state? My...
1
answers
0
votes
203
views
asked a month ago
I want to use the newish StepFunction HTTP Task. My problem is that it requires the http body as a task input. In my use case this body can be greater than 256kb and hence goes into the task max....
1
answers
0
votes
521
views
Siggi
asked a month ago
Hello I've files which are constantly created on S3 with a standard format, fixed lenght; say it's AAA-YYY-ZZZ. Depending on the values assumed by YYY there are different lambda to be invoked to...
3
answers
0
votes
344
views
AWS
Diego_C
asked a month ago