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
386 results
Hello, Are there any plans to add support for JSONata and variables in Step Functions Local(we use it to write automated tests for our step functions)? If so, could you provide an estimated timeline o...
1
answers
0
votes
25
views
asked 3 days ago
I had a parent state machine that started child state machine using distributed. The child state machine completed but the parent had been running since 1 day and I had to abort it. This issue only st...
Accepted AnswerAWS Step Functions
2
answers
0
votes
61
views
asked 3 days ago
Hello there, I am trying to convert the given example for the Map State's ItemSelector field. In the documentation it is provided as follows: ``` { "ItemSelector": { "size": 10, "value.$": ...
Accepted AnswerAWS Step Functions
1
answers
0
votes
142
views
asked 10 days ago
Hi, I have a bunch of POST endpoints that needs to be called by the client sequentially(App in my case). for example: /init->/info->/identify->end How can I build this flow using app gateway + step fu...
1
answers
0
votes
46
views
asked 10 days ago
I'm getting an error when I use the $eval function in JSONata ![JSONata error](/media/postImages/original/IMT_InftqRT7uE5wDFFS83Mg) I'm attempting to coerse a JSON string into a JSON object. Base on...
2
answers
0
votes
82
views
asked 11 days ago
I am trying to launch a cluster using a JSON script, and we are able to launch it successfully. However, when I attempt to add an 'AutoScalingPolicy' as part of the same JSON file in the Step Function...
2
answers
0
votes
79
views
asked 11 days ago
Hi, I'm trying to do an extremely simple call to the Docker Hub API. It was previously working without issues but now causes the following error: ```json { "cause": "Unsupported response content-ty...
1
answers
0
votes
62
views
asked 25 days ago
I'm trying to include the Transform AWS::LanguageExtensions in a template. I'm unable to create the stack with the error Fragment returned by transform AWS::LanguageExtensions is null I've removed...
4
answers
0
votes
1.5K
views
asked 25 days ago
I'm trying to run Step Functions locally with the Docker Image `amazon/aws-stepfunctions-local:latest` and following definition ``` { "Comment": "Step Functions Example", "StartAt": "HelloWorl...
2
answers
0
votes
40
views
asked a month ago
The intention of this documentation is to provide the building blocks to create critical CloudWatch alarms which are fit for onboarding to Incident Detection and Response. It contains specific alarm b...
I am attempting to use the HTTP Third party api connection task for my step function. The endpoint I am trying to connect to requires the request body to be sent as an array of JSON elements. It is ...
1
answers
0
votes
68
views
asked a month ago
By reading the developer documentation: https://docs.aws.amazon.com/step-functions/latest/dg/encryption-at-rest.html it mentions that: > *"AWS Step Functions always encrypts your data at rest using t...
0
answers
0
votes
106
views
asked 2 months ago