AWS Step Functions

适用于分布式应用程序的可视工作流
Step Functions 讲解视频(1:23)
AWS Step Functions 简介
了解 AWS Step Functions 如何为现代应用程序提供无服务器编排。

工作原理

AWS Step Functions 是一项可视化的工作流服务,可帮助开发人员使用 AWS 服务来构建分布式应用程序、自动化流程、编排微服务以及创建数据和机器学习(ML)管道。
该图显示了使用 AWS Step Functions 的商店结账流程的工作流程。流程的每个步骤都会调用 AWS Lambda 函数。

使用案例

自动化提取、转换、加载(ETL)流程

Ensure that multiple long-running ETL jobs run in order and complete successfully, without the need for manual orchestration.

自动化安全和 IT 功能

Create automated workflows, including manual approval steps, for security incident response.

编排微服务

Combine multiple AWS Lambda functions into responsive serverless applications and microservices.

编排大规模并行工作负载

Iterate over and process large data-sets such as security logs, transaction data, or image and video files.

深入了解 AWS