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
After deploy stage, I add new stage which will trigger step functions to create ami, update launch template. I noticed that 2 state machines are being executed. One of those state machines will fail...
Our project strongly revolves around interacting with multiple external `APIs` which are protected using `OAUTH2`. The problem we are facing is that we interact with these `APIs` through many `AWS`...
We have a step in our (Express) step function where we want to be able to log a specifically formatted message to Cloudwatch. For security reasons we cannot log execution data so we cannot simply...
Hi everyone,
sorry for the basic questions but I haven't been able to find any answer online yet.
I am regularly running time-consuming data analytics jobs on AWS Batch. Each job is essentially a...
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...