By using AWS re:Post, you agree to the AWS re:Post Terms of Use

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
384 results
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
65
views
asked 4 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
43
views
asked 5 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
45
views
asked 5 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
65
views
asked 5 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
56
views
asked 19 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.2K
views
asked 19 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
37
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
63
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 a month ago
In the docs it shows: ``` { "product_id": 123, "region": "east" } ``` By setting a ResultPath of "$.inventory", you can combine the inventory task result with the original input to produc...
2
answers
0
votes
71
views
asked 2 months ago
Hi all, the title should be self explanatory. I have my step function returning the headers/statusCode/Body objects I normally do for a more typical API Gateway and Lambda proxy, but it (expectedly) d...
1
answers
0
votes
98
views
asked 2 months ago