What is Serverless (AWS Lambda, Azure Functions, GCP Cloud Functions)
In this article, we will use AWS Lambda as a main example:
If this is what you are looking for, then you are coming to the right place:
Run code on distributed machines, in a safe isolated way
Consume only the memory required by our code
Spend all of our CPU time on our code
Make scaling across regions trivial
Start running code fast (time to market)