How to generate CloudFormation code from Java?

Viewed 3001

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?

1 Answers
Related