Deal with the complexities of dealing with a long lived transaction across distributed components in your microservices architecture using AWS Step Functions.
-
Updated
Jul 6, 2021 - Go
Add a description, image, and links to the aws-step-functions topic page so that developers can more easily learn about it.
To associate your repository with the aws-step-functions topic, visit your repo's landing page and select "manage topics."
Input-
{ "Comment": "A simple minimal example of the States language", "StartAt": "Hello World", "States": { "Hello World": { "Type": "Task", "Resource": "arn:aws:lambda:us-east-1:123456789012:function:HelloWorld", "Next": "Hello World2" }, "Hello World2": { "Type": "Task", "Re