> Ready-to-use, serverless, full-stack application built with AWS Lambda, Express.js, React, AWS DynamoDB and AWS HTTP API.<p>I was curious whether it supported anything other than AWS, on self-hosted "serverless" setups. The components (Lambda, DynamoDB, HTTP API) seem like there would be compatible open-source implementations.<p>As a complete novice to the "serverless" concept, I found this:<p><a href="https://www.serverless.com/framework/docs/providers/" rel="nofollow">https://www.serverless.com/framework/docs/providers/</a><p>> Serverless Framework is deploying your code to a cloud provider like AWS, Microsoft Azure, Google Cloud Platform, Apache OpenWhisk, Cloudflare Workers, or a Kubernetes-based solution like Kubeless.<p>Filtering for self-hosted, looks like these are what I should start studying:<p>Kubeless - <a href="https://kubeless.io/" rel="nofollow">https://kubeless.io/</a><p>Fn - <a href="https://fnproject.io/" rel="nofollow">https://fnproject.io/</a><p>OpenFaaS - <a href="https://www.openfaas.com/" rel="nofollow">https://www.openfaas.com/</a><p>This last one is very interesting for me, but apparently not yet supported by the Serverless Framework. <a href="https://forum.serverless.com/t/support-for-openfaas/3023" rel="nofollow">https://forum.serverless.com/t/support-for-openfaas/3023</a>