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.
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
Filter content
Select tags to filter
Sort by
Sort by most recent
439 results
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
75
views
asked 4 days 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
36
views
asked 25 days 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
72
views
asked 2 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
63
views
asked 2 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
50
views
asked 2 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
71
views
asked 2 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
85
views
asked 3 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
170
views
asked 3 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
269
views
asked 4 months ago
Riku_KobayashiEXPERT
published 5 months ago0 votes444 views
By defining states with JSONata, you can easily manipulate dates, so I'll share that method.
ARTICLE
AWS Step FunctionsI 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
134
views
asked 5 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
451
views
asked 5 months ago