Service | Purpose |
---|---|
AWS Lambda | Executes serverless functions (workflow tasks) without managing servers. |
AWS Step Functions | Orchestrates workflows as a DAG of Lambda functions, handling task dependencies. |
Amazon CloudWatch | Monitors latency, errors, cost, and execution logs for real-time metrics. |
Amazon DynamoDB | Stores workflow metadata, task execution times, and ML training data for scheduling. |