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 called as needed
- Your application can be "down" when not handling requests
- This can be a lot cheaper than always-on servers
- Serverless is an extension of "pay as you go"
- The code still runs on a server. You just don't own it
12 / 14