Serverless = You do not need to setup and implement a server. When needed a backend functionality that you do not want or can execute on the client, you write a function and deploy to the cloud. The cloud Service will provide you an address (endpoint) to your function.