Live data from Hacker News

Ask HN: Python Serverless Functions?

news.ycombinator.com

1–10 of 11 posts

Re: Ask HN: Python Serverless Functions?

#5
post #4

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.
Post reply on HN