DEV Community

Discussion on: How feasible is Serverless technology for startups?

Collapse
 
kayis profile image
K

Simplest thing with serverless (FaaS etc.) is a pay per use model. You pay for a function call, so do your users.

Other models (servers, containers) are better suited for monthly subscriptions, since you also pay them if they aren't used.

Best thing is of cause they pay you per month, you pay per use and they don't use it (often), haha.

Collapse
 
orkon profile image
Alex Rudenko

I am trying to implement precisely this pay per use model with my current project. And I also think this is the most crucial reason why FaaS is better suited for this model.