Hacker News new | ask | show | jobs
by jcz_nz 1104 days ago
Have you considered App Engine?

GCP has "cloud functions" but it's just a python cloudrun container behind the scenes, with all the associated issues. We found it's easier to just use cloudrun.

1 comments

We have not, but suspect that cold starts would be worse for GAE apps.