Is there a way to write CloudFormation templates in Java code and generate yaml or json from them?
I spotted this troposphere tool that allows you to write Python code decribing the stack and generate CloudFormation code from it.
I'm looking for similar solution that would allow me to write code in Java instead. Is there any?