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":...
Invoking a Glue Workflow from Step Functions got the following error when deploying Cloudformation:
```
Resource handler returned message: "Invalid State Machine Definition:...
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...
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...
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...
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...
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...
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...
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...
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...
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...
AWS StepFunctions [HTTP Task]: when RequestBody + ResponseBody >= 256kb does not go into Catch Task.
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...