Help us improve the AWS re:Post Knowledge Center by sharing your feedback in a brief survey. Your input can influence how we create and update our content to better support your AWS journey.
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
Filter questions
Select tags to filter
Sort by
Sort by most recent
Browse through the questions and answers listed below or filter and sort to narrow down your results.
430 results
Hi ,
We are building a batch processing workflow using **Durable Lambda functions**, where the business logic requires **map and parallel execution** at certain stages to improve processing time.
Wh...
1
answers
0
votes
43
views
asked 12 days ago
Recently came across an article on this topic: [API_GW vs IoT Core](https://dev.to/slootjes/api-gateway-websockets-vs-iot-core-1me5)
The basic premise is that IoT Core is actually a great alternative...
1
answers
0
votes
97
views
asked a month ago
Hi, I want to use cloudformation parameters with StepFunction,
But it thorws error like this.
Does anyone know how to solve this?
```
##error message
Resource handler returned message: "Invalid...
1
answers
0
votes
44
views
asked 2 months ago
I am trying to build a step function workflow around transcribing audio files in an S3 bucket. This has worked great so far, but with smaller numbers of files. The job run I am trying to do now inv...
Accepted AnswerAWS Step Functions
2
answers
0
votes
93
views
asked 3 months ago
In trying to use JSONata in newer step function flows I am finding it lacks some functionality that was in JSONPath (while having more functionality in other areas).
Specifically there is a $parse ...
1
answers
0
votes
100
views
asked 3 months ago
I have an existing SF and a Lambda, but I now need to call the SF from the Lambda, and the configuration is failing. Is there any documentation on how to do this? I know how to integrate lambdas in SF...
2
answers
0
votes
62
views
asked 3 months ago
The CLI and API docs indicate that this should return a number:
- https://docs.aws.amazon.com/step-functions/latest/apireference/API_DescribeExecution.html#API_DescribeExecution_ResponseSyntax
- https...
Accepted AnswerAWS Step Functions
2
answers
0
votes
81
views
asked 3 months ago
There are other errors occurring including - Timeout waiting for network interface provisioning to complete.
Timeout waiting for EphemeralStorage provisioning to complete.
1
answers
0
votes
101
views
asked 4 months ago
I have a step function that executes a Athena:StartQueryExecution step and an Athena:GetQueryExecution step. The latter step fails on the following error:
QueryExecution queryExecutionId was not foun...
1
answers
0
votes
197
views
asked 4 months ago
My Api Gateway endpoint is failing with the above error. The endpoint is integrated with a SF. The root cause is my name field. This field is an array of names, and it looks like so;
name: ["Sam Jay O...
1
answers
0
votes
342
views
asked 5 months ago
I have created an email template in SES to use in the Send Templated Email action in my step function.
The API Parameters are set to:
```
{
"Destination": {
"ToAddresses.$": "$.input.Statemen...
3
answers
0
votes
143
views
asked 6 months ago
Hi there,
I am trying to find options for restarting failed Glue jobs that are part of a Step Function State Machine. Is there any suggestions for restarting failed jobs in the case that some fix nee...
2
answers
0
votes
515
views
asked 6 months ago