|
|
|
|
|
by hn_throwaway_99
2022 days ago
|
|
> App Engine is nothing like Cloud Functions/Run. This isn't true. App Engine Flexible is in fact very similar to Cloud Run, and my understanding is that it runs on the same infrastructure. In fact, App Engine Flexible "Custom Runtime", which lets you load a docker container in App Engine, is very similar to Cloud Run. FWIW, though, as a user of App Engine Flexible for Node, I'm very glad this Cloud Run option now exists. |
|
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.