How many cloud functions is too much?

I’ve opted to not use official client SDKs and choose to handle everything (from auth to complex queries) via cloud functions. Now I’m starting to wonder if I have too many (closer to 90) cloud functions. And if having that many can cause some problems.

Cloud function are stored in memory. Technically you can have as many as memory allows. 90 functions will take up less than 1MB just a guess.

1 Like