So, my co-founder and I have basically been independently building a commercially supported alternative to this excellent open source package. But there are a few differences that make sense when offering this as a paid service:<p>- We wrote our own terraform testing framework to validate that every change to our modules doesn't break functionality
- We actively update our modules based on feedback from new client engagements
- We provide commercial support for each module
- We combine our modules with consulting and training as needed<p>And of course, there are many similarities
- We give 100% of the source code to our clients
- Everything runs in the client's AWS account
- Everything is self-documented, modularized, and can be combined/composed as the needs of different teams require<p>I didn't mean for this to be a shameless plug; more just that I found it interesting to compare the open source vs. commercial approach to solving this same problem. Props to the Segment team for sharing this.