New user sign up using AWS Builder ID is currently unavailable on re:Post. To sign up, please use the AWS Management Console instead.
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...
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 ...
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...
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...
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...
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...
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...
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...
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...
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...
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": {
...
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....