TL;DR: Serverless DevOps = running code on services that manage the servers for you, wired into CI/CD. It shines for bursty, event-driven, unpredictable traffic (pay-per-execution, auto-scaling, single-function rollbacks) and is a bad fit for steady high-volume or long/heavy jobs (where containe...
Source: [Dev.to](https://dev.to/sherdilcloud/serverless-devops-when-it-wins-when-it-doesnt-and-how-to-run-it-4mck)