AWS Step Functions
AWS Step Functions
- Build serverless visual workflow to orchestrate your AWS Lambda functions
- Represent flow as a [[JSON]] [[state machine]]
- Features: [[sequence]], [[parallel]], [[conditions]], [[timeouts]], [[error handling]]
- Can also integrate with AWS EC2, [[AWS ECS]], [[On premise server]]s, AWS API Gateway
- Maximum execution time of 1 year
- Possibility to implement [[human approval]] feature
- Use cases
- [[Order fulfilment]]
- [[Data processing]]
- [[Web application]]s
- Any [[workflow]]
