Questions 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

Browse through the questions and answers listed below or filter and sort to narrow down your results.

390 results
I currently have a State Machine which calls different Http endpoints based on a Tenant ID that is passed in at runtime. For example, if the State Machine is triggered by Tenant 1 it will utilitize an...
1
answers
0
votes
45
views
asked 3 days ago
Hi Vijay/community, Thanks for this article (https://repost.aws/articles/ARenp6XtBKQECpPcZAtnLK4A/automate-malware-scanning-of-incoming-files-to-your-amazon-s3-bucket-before-processing), it has been ...
2
answers
0
votes
49
views
asked 5 days ago
I'm integrating with a third party public api that uses pipe characters in the user_id. For example I need to invoke a GET request to https://example.com/users/app|1234 where "app|1234" is the user id...
2
answers
0
votes
52
views
asked 5 days ago
Hi I get this error running this command pip install -t python requests Collecting requests Using cached requests-2.32.3-py3-none-any.whl (64 kB) Collecting certifi>=2017.4.17 Using cached certif...
2
answers
0
votes
32
views
asked 9 days ago
I'm encountering an issue in my AWS Step Functions setup where I'm using a Choice state to trigger different Lambda states based on conditions. The choice condition is supposed to evaluate an input va...
2
answers
0
votes
53
views
asked 9 days ago
When using a Task state with `Resource: arn:aws:states:::states:startExecution.sync:2` to invoke a state machine (SM), some failures inside the nested SM justify a Retry, but some don't, such as failu...
1
answers
0
votes
29
views
asked 15 days ago
We’ve been running a Step Function without issues for quite some time. However, over the past few days, we’ve started experiencing intermittent connectivity issues when retrieving data from S3 and con...
1
answers
0
votes
53
views
asked a month ago
Hello Team, Step-functions wait time feature in JSON-PATH accepts seconds which can be a variable based on state-input, while JSONATA is not supporting that feature, is there any plan to include th...
2
answers
0
votes
42
views
asked a month ago
When I try to deploy the ressources needed in this step of the workshop [https://catalog.workshops.aws/stepfunctions/en-US/development/setup] I get an error "This account does not have access to the C...
2
answers
0
votes
73
views
asked a month ago
Step function IAM role on initial creation does not give S3 Put Object on the bucket, where you store manifest. You have to assign this role manually. This behavior is inconsistent with the expectati...
1
answers
0
votes
59
views
asked a month ago
I"m using the REST api gateway to call a sync stepfunction. The response payload (below) has an attribute "output" that contains the result of the last step execution. ``` { "billingDetails": { ...
2
answers
0
votes
48
views
asked a month ago
I'm using step function to run Sagemaker training jobs. Right now I have a distributed map step that is kicking off these training jobs, but it's running in serial due to these throttling exceptions....
1
answers
0
votes
50
views
asked a month ago