cfn-cue
cfn-cue copied to clipboard
It isn't documented, but I've seen it in a number of examples. https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cfn-customresource.html
https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/rules-section-structure.html
- https://github.com/awslabs/aws-cloudformation-templates - https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-sample-templates.html - https://aws.amazon.com/cloudformation/resources/templates/ - generate a large set of instances for an `stx`-like tree structure. - Build a set of stacks with applications, rds, etc. - run...
I have a suspicion that I am not, and that the stuff in `pkg/...` should actually live in the root of the `CUE` module for proper distribution via `cue mod`
https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-filtergroup.html I'm making some assumptions in my code about what the sub-type should look like (namely, that it ought to be a struct... in this case it is a list...
For all regions other than `us-west-1`, spec unmarshalling fails with the message: ``` json: cannot unmarshal string into Go struct field CloudFormationResourceSpecification.PropertyTypes of type main.Resource ``` Looking into the source...