We're actually talking to everyone you mentioned. I'd love to see some "on-premise" Serverless infrastructure as well, the biggest issue with that is still the event system as a Serverless infrastructure really mostly makes sense if you can do things like "when you upload something to this bucket run this function". This is hard to replicate in an on-premise system.
I don't get what's so difficult to do on-prem. Your target market on-prem all use Kafka as their event bus and either Mesos or Kubernetes as their execution fabric - what's so tricky about fitting into that?
Its not about how tricky the implementation is, but what the value of setting this up is. With Lambda for example you just get this magic that invokes your functions when something happens. You don't have to deal with, manage or think about this at all. And its built into many different parts of the stack from S3 to APIG to Dynamo or SNS.
You can of course do something like that yourself in your own infrastructure, but then every piece of software needs to support it somehow, you need to manage that event bus infrastructure and you most likely have to push those events in yourself.
And that kind of thing is already there, so the appeal that Serverless event driven systems in the cloud have (because the providers give you all of this out of the box) is much harder to achieve when you have to do that yourself.