from Hacker News

Build your own FaaS: Self-host Cloudflare workers on Fly and everywhere

by giuseppelt on 7/10/23, 3:34 PM with 1 comments

  • by giuseppelt on 7/10/23, 3:34 PM

    Hi, this is more an experiment that a real production-tested project. You can create your own Function as a Service architecture, and self-host on your resources.

    It support container-based deployment, so you can host wherever you like. I published a step by step guide for any one curious: https://www.breakp.dev/blog/build-your-own-faas/

    Mind this a proof-of-concept, public exposed systems require more work.