AWS Serverless - AWS Step Functions
Back
AWS Step Functions
- Build serverless visual workflow to orchestrate your
Lambda functions
- Features: sequence, parallel, conditions, timeouts, error handling, …
- Can integrate with
EC2, ECS, On-premises servers, API Gateway, SQS queues, etc …
- Possibility of implementing human approval feature
- Use cases:
- order fulfillment, data processing, web applications, any workflow

- Sample:
- Which AWS service allows you to build Serverless workflows using AWS services (e.g., Lambda) and supports human approval?
TOP