GCP over azure and AWS. I got to greenfields my company into the cloud, but as such I felt compelled to cost/benefit comparison the three main cloud providers. I also looked into Heroku and Serverless as alternatives.
It’s a close race between AWS and GCP, but we wanted serverless because we didn’t want the hassle of touching anything kubernetes related. Unfortunately, AWS Lambda had some goofy limitations, like requiring every method to be post and only supporting single routes per container (this was my understanding at the time, it may have changed). On the other hand, GCP Cloud Run is built on top of Knative, which allows you to do serverless services.
It’s a close race between AWS and GCP, but we wanted serverless because we didn’t want the hassle of touching anything kubernetes related. Unfortunately, AWS Lambda had some goofy limitations, like requiring every method to be post and only supporting single routes per container (this was my understanding at the time, it may have changed). On the other hand, GCP Cloud Run is built on top of Knative, which allows you to do serverless services.
Also, fuck Jeff Bezos.