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
Invoking a Glue Workflow from Step Functions, from wich i need to pass the Input State Step Function ASL: ``` "StartGlueWorkflow": { "Type": "Task", "Resource":...
0
answers
0
votes
27
views
asked 9 days ago
Invoking a Glue Workflow from Step Functions got the following error when deploying Cloudformation: ``` Resource handler returned message: "Invalid State Machine Definition:...
2
answers
0
votes
54
views
asked 17 days ago
I want to use a Distributed Map State to set tags on multiple objects in a "requester pays" bucket on S3. It seems that ItemReader does not support the "RequestPayer" option, even though it is...
0
answers
0
votes
159
views
SE_Jeff
asked 25 days ago
ErrorMessage: Container overrides should not be set for ecsProperties jobs.(Service: AWSBatch; Status Code: 400) The error occurs because AWS Step Functions automatically adds the following...
1
answers
0
votes
115
views
asked a month ago
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
317
views
asked a month 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
261
views
asked a month 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
388
views
Vishal
asked a month 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
402
views
asked a month 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
391
views
profile picture
asked a month 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
170
views
Siggi
asked a month 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
180
views
Fahmi
asked 2 months 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
226
views
Siggi
asked 2 months ago