Questions tagged with AWS Step Functions

Content language: English

Select up to 5 tags to filter
Sort by most recent

Browse through the questions and answers listed below or filter and sort to narrow down your results.

im using the StepFunction HTTP Task with a Catch Task attached. When the RequestBody **exceeds** the 256kb limit it goes into the Catch Task just fine. However, when the RequestBody is e.g. 130kb...
1
answers
0
votes
94
views
Siggi
asked 3 days ago
You can not specify a port number in the http invoke task as it fails with a runtime exception. Two problems I saw here: - even though a runtime exception is thrown it does not go into the catch task...
Accepted AnswerAWS Step Functions
2
answers
0
votes
46
views
Siggi
asked 5 days ago
![Want to Redrive from Failed State SendCompletionNotification](/media/postImages/original/IMlkcFAljFR6esD7uclHZiAg) Hello team, Can we implement redrive logic to execute from a particular state? My...
1
answers
0
votes
112
views
asked 7 days ago
I want to use the newish StepFunction HTTP Task. My problem is that it requires the http body as a task input. In my use case this body can be greater than 256kb and hence goes into the task max....
1
answers
0
votes
421
views
Siggi
asked 9 days ago
Hello I've files which are constantly created on S3 with a standard format, fixed lenght; say it's AAA-YYY-ZZZ. Depending on the values assumed by YYY there are different lambda to be invoked to...
3
answers
0
votes
255
views
AWS
Diego_C
asked 11 days ago
My ultimate goal is to have my EMR Serverless application Internet egress access to invoke a specific third party API/REST call. Unfortunately, the EMR Serverless application must then be put into a...
1
answers
0
votes
398
views
asked 20 days ago
I'm trying to delete an existing OpenSearch domain. The request was submitted successfully, the domain is showing as "Deleting" with "Applying changes" status, but if I view details I only see a...
1
answers
0
votes
143
views
serejja
asked a month ago
I need to create a POC to implement an ETL process with SAS tables from a Glue job without business rules with 7 source tables adding another Job with business rules in each table and after the ETL...
1
answers
0
votes
201
views
profile picture
Edson
asked a month ago
A company's cybersecurity team took decisive action to remove all permissions from the old role. This will make it The machine learning (ML) pipeline breaks until multiple services are updated with a...
0
answers
0
votes
288
views
asked a month ago
Unfortunately, the aws-cdk-lib.aws_stepfunctions_tasks module doesn't have any tasks for EMR Serverless. I want to create one that starts an EMR Serverless job (sync). The ASL task state is described...
0
answers
0
votes
195
views
asked a month ago
I am attempting to invoke an external API via Step functions that requires authorization in the form of: ``` -H "Authorization: Bearer <TOKEN_HERE>" ``` I have attempted a variety of combinations in...
1
answers
0
votes
394
views
profile picture
dm3
asked 2 months ago
Hi Team, I am working on building a Data Architecture that will enable end customers to view the data through a frontend UI and also the internal users to query and play with the data in the...
2
answers
0
votes
430
views
Britto
asked 2 months ago