cfn2dsl
cfn2dsl copied to clipboard
This is a tool to translate CloudFormation JSON template into a Ruby DSL cfndsl
I realise that _"It currently doesn't know how to translate CloudForamtion resource into the abstracted objects used in cfndsl, for example EC2_Instance."_ However this would be a very useful feature...
https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/intrinsic-function-reference-transform.html
As the main ERB template is growing and some of the emelemts are duplicating logics, it should be refactored into sub-templates and reuse logic for common elements.