New user sign up using AWS Builder ID is currently unavailable on re:Post. To sign up, please use the AWS Management Console instead.
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...
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...
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...
EXPERT
published a month ago0 votes72 views
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 ...
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...
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...
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...
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...
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.
...
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...
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...