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 tags to filter
Sort by most recent
Browse through the questions and answers listed below or filter and sort to narrow down your results.
396 results
I'm receiving the following error when attempting to setup a Converse task with a tool configuration.
> Invalid State Machine Definition: 'SCHEMA_VALIDATION_FAILED: Cannot construct instance of `sof...
My use-case is to call EKS RunJob from StepFunction workflow. I'm able to create an integration between StepFunction and EKS cluster with any access when the EKS Cluster API endpoint access is set to ...
I am pretty sure this is a bug within AWS, as we are getting some low count of errors on Step Function integration with EventBridge connection:
```json
{
"details": {
"cause": "No permissions t...
As the docs explain, states inside a Distributed Map do not inherit JSONata variables from the parent scope containing that Dist Map.
This is easy enough to understand, even if cumbersome to work arou...
I have had to use step by step function to allow the caller choose to take the callback. So here is the issue we offer callback at the IVR and Q level. When AWS makes the outbound call back to the cal...
Hello everyone ,
We have use case where we need to create workflow which takes csv file from user via tool and then read data from file and process records and make some internal api call and return ...
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...