cumulus 0.0.6

AWS CloudFormation Template Generator
Documentation
1
2
3
4
5
6
7
mod template;

fn main() {
    let template = template::template().json_pretty();

    println!("{}", template);
}