• Serverless literally doesnt mean no servers
  • It just means the you dont have to manage any servers
  • This is an extreme version of Platform-as-a-Service (PaaS) with the server abstracted away
  • It lets a single function to be hosted, deployed, run and managed on its own
  • Azure functions is probably a great example of Serverless offering