AWS Step Functions

2023-06-27T02:16:31+00:00

Bookmarks Concepts Features Standard vs. Express Workflow How Step Functions Work Common Use Cases AWS Step Functions Cheat Sheet AWS Step Functions is a web service that provides serverless orchestration for modern applications. It enables you to coordinate the components of distributed applications and microservices using visual workflows. Concepts Step Functions are based on the concepts of tasks and state machines. A task performs work by using an activity or an AWS Lambda function, or by passing parameters to the API actions of other services. A finite state machine can express an [...]