The OpenFaaS project ( https://thenewstack.io/openfaas-put-serverless-function-container/ ) appears to be a good way to do Serverless with Kotlin Native by using a combination of Unix Pipes (communication) and a forked process (binary hosting) in a Docker container 😎.