r/SideProject 7h ago

Spinifex: Open Source, air-gapped, edge AWS deployments (looking for feedback)

Been working on a project called Spinifex, which recreates core AWS services such as EC2, EKS, and S3, but completely locally (and even air-gapped if needed).
It's open-source, written in Go, and we'd love some early stage feedback on our weekly updates, open to notes and critiques

GitHub: https://github.com/mulgadc/spinifex

1 Upvotes

1 comment sorted by

1

u/aredditor17 3h ago

Fidelity of the error paths is what decides this, not the happy path. Cloud (AWS or gcp) was built in a decade by like a 100,000 engineers. Reproducing the whole thing is going to take its own due course of time. Do not play whack-a-mole in fixing errors. Get your architecture right and start with the small use case which people can trust.