Hacker News new | ask | show | jobs
by anewlanguage 2168 days ago
I've often found myself wanting something like this, a bootstrap to spin something relatively complex up quickly and then start customizing it. I think it would be nice if there was a way to export to the format native to whatever cloud you're targeting, e.g. CloudFoundry. This is something I've found missing in tools like Serverless Framework.
1 comments

Thanks!

For the export feature, It's something I've been thinking about for a while.

Given that I use Terraform under the hood, I've been thinking about a feature to merge the base architecture plan with your custom plan.

So you could have a catalog of "base" architectures and another catalog of "custom" architectures that you could spin up in seconds.

What do you think about it?