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...
2
answers
0
votes
11
views
asked 42 minutes ago
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`...
0
answers
0
votes
47
views
Luis
asked 6 days ago
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...
1
answers
0
votes
50
views
asked 8 days ago
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...
1
answers
0
votes
21
views
JRK
asked 8 days ago
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
28
views
asked 18 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
57
views
asked a month 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 a month 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
131
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
319
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
265
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
393
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
407
views
asked 2 months ago