rainbow
rainbow copied to clipboard
Ability to Validate Template
One of the features that I've found useful in my rainbow wrapper script is the ability to validate the generated template. I feel like this functionality should probably be part of rainbow core though. My plan to implement this is to add a --validate flag that would
- Generate JSON. If any error occurs during this phase. Write to stderr with the failure message
- Submit the generated JSON to AWS to validate using the boto validate_template command.
Does this seem like something that is desired? Does the approach jive with your plans for the project?
First of all, sorry for the delayed response, I was in Tomorrowland :)
Yes, this feature seems alright. I guess you're thinking of adding a --validate
parameter?
+1 for this feature.