|
|
|
|
|
by niyazpk
2198 days ago
|
|
I don't have a direct answer to the question. I think for a lot of use-cases, a $5 droplet in DigitalOcean will be cheaper than paying for all these cloud APIs separately. (Although AWS does provide free-tier for many APIs your first year). Now that I can afford more than $5 for side projects, I am looking for things like ease of deployment, reduced burden of maintenance etc. IMO serverless gives me this (once you have a proper setup of course). There are no machines to login to, no need to worry about patching hosts etc. There was a time when my wordpress blog (RIP) used to get hacked every 6 months. A purely serverless model reduces the surface area for attacks. I guess what I am trying to say is that for me personally, serverless is not about the immediate infra cost, but the TCO long term. And if/when your side projects take off, you can always go back to bare-metal servers as required. |
|