Hacker News new | ask | show | jobs
by rustyminnow 1353 days ago
> serverless is when you [...] don't keep a machine sitting around when there are no requests

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.

1 comments

And you may even use some 'serverless' DB services. Or not. The app is still serverless.