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
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...
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...
![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...
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....
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...
My ultimate goal is to have my EMR Serverless application Internet egress access to invoke a specific third party API/REST call. Unfortunately, the EMR Serverless application must then be put into a...
I'm trying to delete an existing OpenSearch domain. The request was submitted successfully, the domain is showing as "Deleting" with "Applying changes" status, but if I view details I only see a...
I need to create a POC to implement an ETL process with SAS tables from a Glue job without business rules with 7 source tables adding another Job with business rules in each table and after the ETL...
A company's cybersecurity team took decisive action to remove all permissions from the old role. This will make it
The machine learning (ML) pipeline breaks until multiple services are updated with a...