Serverless Compute

  • When you write code, you may not want to think about where it'll run
  • It'd be nice if you could just deploy code and have it run as needed
  • Your code probably doesn't care about all the internal Linux details
  • You don't really want to think about how many servers are running your app

8 / 25