DEV Community

Discussion on: Is Serverless really as cheap as everyone claims?

Collapse
 
kendru profile image
Andrew Meredith

I had one project that I moved to Google Cloud Functions, and I now pay nothing to run it most months... I also have another project that I worked on that started on Cloud Functions and later moved to a Kubernetes cluster because it was $10k less per month. It was all a matter of scale.

Collapse
 
burkeholland profile image
Burke Holland

Perfect example of "right tool right job". I love it.