Hacker News new | ask | show | jobs
by andrewmutz 2500 days ago
It's stateless, but it can connect to stateful services just fine to power things like authentication/CRUD. If the stateful services are also serverless, you can get a completely scalable, stateful system that scales to zero.

We use it in conjunction with Google PubSub and Cloud Storage to evaluate ML models in production and are really happy with it.

1 comments

Hmm, that might be crazy enough to work.