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
380 results
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
51
views
asked 13 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
733
views
asked 14 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
35
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
54
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
61
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
89
views
asked 2 months ago
After deploying the aws power tuning in my account and trying to execute it,The Initializer step fail with the following error ` "cause": { "errorType": "AccessDeniedException", "errorMessag...
2
answers
0
votes
148
views
asked 2 months ago
Hi, We are copying shared EBS snapshots into the account with re-encrypting it with new KMS key. Step Function is configured to run 20 snapshot copies at a time to comply with the throttling policy. ...
1
answers
0
votes
124
views
asked 2 months ago
I'm investigating a high cost for AWS GuardDuty. The GuardDuty "Usage" page shows me that 90% of the GuardDuty cost comes from CloudTrail. I've turned off all Trails in AWS CloudTrail. The AWS CloudT...
3
answers
0
votes
125
views
asked 2 months ago
Hello, I am developing an API using AWS SAM and OpenAPI 3.0.0, and one of the endpoints will integrate with a Step Function. I have configured the integration using Application Composer in asynchrono...
0
answers
0
votes
42
views
asked 2 months ago