Comment on Ask HN: Python Serverless Functions?Comments−jcz_nz3yHave 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.−riyakhanna1983OP3yWe have not, but suspect that cold starts would be worse for GAE apps.
Comments
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.
We have not, but suspect that cold starts would be worse for GAE apps.