|
|
|
|
|
by jethro_tell
1348 days ago
|
|
serverless is when you save the state but don't keep a machine sitting around when there are no requests, so you'd keep your calendar state in a hosted db and when someone asks for the calendar, a thread spins up and creates the calendar from the state and then disappears until there is another request. This is basically the exact opposite of serverless |
|
FTFY
The key part of serverless is that you don't have a server idling around. Whether or not you use a hosted db is not relevant.