-
## Description
Right now each Cfhighlander component is have to solve the problem of how it manages security groups and has to solve the problem of wiring them together with other components. This …
-
-
Cfhighlander templates should not necessarily rely on cfndsl templates to produce cloudformation templates. Raw YAML and JSON templates should be allowed as well with little help of [cfn2dsl](https://…
-
When cfhighlander adds the CfTemplateUrl it can generate an invalid cloudformation output parameter name when a subcomponent stack is inlined. The name of the output variable needs to be correctly esc…
-
What i would like to be able to do is extend a template and find and replace where a `Ref` is defined with the extended template and replace it with a `FnImportValue`.
Example cfhighlander template…
-
The issue is when you use the same component multiple times that is referencing an upstream component.
For example take a project that manages 2 s3-websites that includes the `s3-cloudfront` compo…
-
When changing a component's version, we have no mechanism to verify that the compiled output will also be changed. For small changes to components, it's usually easy for a developer to verify that the…
-
## Description
Currently, VPC component sets hosted zone to $EnvironmentName.$DnsDomain, and components like bastion are putting records such as bastion.$EnvironmentName.$DnsDomain
This should b…
-
-
https://plugins.jenkins.io/amazon-ecs/