Can I just say I was shocked to see a "Pricing" page on something called "openX." Then, on the pricing page, there was no price... so, now I'm just confused. I'm also trying to understand what this 15k functions post is all about, since you'd need an enterprise license to use that many. Whatever that means.
With about 20 000 genes to make a human... What are you making that requires 15 000 functions?
Your relentless customer service is commendable. Good work. Serverless works well in many scenarios and being able to run it on any k8s cluster without proprietary platform hooks is a good thing for all of us to have an option for.
Or stop chasing the latest fad(s) and build a regular old boring service. The dev experience for building/debugging/troubleshooting distributed functions/lambdas is atrocious. Use boring tech, solve business problems and create value without adding needless complexity because devs want to play with the latest toys.
It is hard for me to understand why anyone would build so many individual functions. Just build one function, put a router in it and then call out to as many individual handlers as you want. Then you're just deploying a single function to the PaaS and everything is simple.