@mauve my first thought alsooo
@mauve @fleeky serverless is a misnomer for a cloud product that enables app developers to forgo managing VM instances altogether. It auto-scales, and simplifies deployment by a lot, and as such is an attractive paradigm. But of course, scaling up can mean blowing your budget if you don't configure limits.
@mauve @fleeky eg on AWS their "serverless" service is called Lambda. here is its API
https://docs.aws.amazon.com/lambda/latest/api/welcome.html
Here is the API for Google Cloud Functions, their competing "serverless" product:
https://cloud.google.com/functions/docs/reference/rest/