Aaron Walker
Aaron Walker
Use-Case: Someone manually puts an endpoint into some sort of maintenance mode so instead of return a 200 it now returns a 302. Right now this triggers a status code...
Right now when we have component like ```ruby CfhighlanderTemplate do Parameters do ComponentParam 'RegionCode', 'eu', allowedValues: ['eu', 'us', 'ap'] end Component template: 'a', name: 'a1', render: Inline do parameter name:...
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...
This feature is kinda similar to LambdaFunctions in that it allows custom code to be package and deployed with the generated cloudformation but with support for building and publishing container...
I would be useful to be able to include additional artifacts in the S3 publish for components. Use Case: The api gateway component supports loading a api swagger file from...
For example ```ruby CfhighlanderTemplate do Component template: 'c2', name: 'c3-test', render: Inline end ``` renders ```yaml --- AWSTemplateFormatVersion: '2010-09-09' Resources: c3test: Properties: TemplateURL: "./c3-test.compiled.yaml" Parameters: c1OutParam: Ref: c3testc1OutParam Condition: Enablec3test...