Hacker News new | ask | show | jobs
by patwolf 2022 days ago
I've switched newer projects from app engine flexible to cloud run. I do think the underlying infrastructure is slightly different but for the better. If I remember correctly, app engine was using VMs vs pure containers. Deploys to app engine took me 10 min start to finish, but cloud run is around 3.

I used to use a combination of app engine standard and flexible depending on requirements, but I feel like cloud run gives me the benefits of both.