Hacker News new | ask | show | jobs
by rozenmd 1340 days ago
As an solopreneur running a SaaS and various apps/addons on other SaaSes on AWS for 7 years now, I'm inclined to agree.

In fact, I've already migrated a fair chunk of my workload off AWS Lambda onto constantly running fly.io VMs.

It's significantly cheaper than serverless (when you're past the free tier), the servers just restart if they crash (as opposed to running up a six figure AWS bill), and it's less complicated operationally (it's just a VM, less need to pipe messages with SQS, figure out IAM, etc)