What problem does it solve?
Helps teams decide where to run code by comparing serverless functions, container tasks, virtual machines, and edge functions against workload needs, cost, latency, and operational constraints.
Core Features & Use Cases
- Decision trees for frontend/SSR, APIs, and background workers to pick between AWS Lambda, ECS Fargate, EC2, and Vercel Functions/Edge.
- Platform guidance with limits, cost estimates, and when to prefer each option (e.g., stateless short jobs → Lambda; long-running or persistent connections → Fargate/EC2).
- Deployment patterns and CI/CD recommendations for common flows (Serverless Framework/SST, Docker → ECR → ECS, Vercel deploys).
- Operational tradeoffs & gotchas including cold starts, VPC impacts, timeouts, and cost floors to inform architecture decisions.
Quick Start
Ask the compute skill to evaluate a specific workload by describing its type (frontend/API/worker), expected latency, execution duration, concurrency, budget, and compliance constraints.