|
|
|
|
|
by coredog64
2927 days ago
|
|
Several years ago, my employer created a similar tool with this exact same "feature". What we've found is that while standing up entire stacks in non-prod is kinda cool at first, it's a real drag at scale. We've had to walk back that feature with some hackish workarounds. We've also found that all the API calls necessary to determine what needs to be created can result in us being throttled by Amazon (the dread "Rate Limit Exceeded" error). Still, this looks very cool, in that it's a real programming language and not YAML/JSON (which is another of our problems). |
|