-
Cfhighlander should support building components as extensions of other components. Config, highlander template and cloudformation template are inherited from parent component. Child component should b…
-
Having two inner components in outer component should optionally result in producing flattened cloudformation, composited from cloudformation templates of inner components. Complexity around this task…
-
When doing `cfhighlander cfpublish template[@version]` command output should contain url for launching stack within same region where distribution bucket is, allowing an easy flow from cli to aws con…
-
If I try and use component_name inside a highlander component and when rendering the component directly (not nested) I get the following error
```
$ ../cfhighlander/bin/cfhighlander cfcompile ecs-…
-
`Component` dsl statement should accept two new named parameters
- `conditional: boolean`
- `enabled: boolean`
If conditional is set to `true`, cfhighlander should generate condition `Enable$comp…