Skip to content
This repository has been archived by the owner on Jan 3, 2022. It is now read-only.

Add support for Parameter Groups #22

Open
screwdhila opened this issue May 28, 2017 · 0 comments
Open

Add support for Parameter Groups #22

screwdhila opened this issue May 28, 2017 · 0 comments

Comments

@screwdhila
Copy link

screwdhila commented May 28, 2017

Newbie in Go. So far this package was very useful in the project I'm working. I'm using this to generate CFN template. I noticed one feature is missing that is support for Parameter Groups using AWS::CloudFormation::Interface which is used by the AWS console to display relevant parameters in groups.

This requires Template struct to include Metadata field.

I see the schema.go includes various type (CloudFormationInterface, ParameterGroupsList etc etc) as resource types and wasn't sure how to use them to implement the Metadata field in Template struct.

I have come up with an alternate approach (patch attached) which works but probably not a good approach (again I'm newbie and in very early stage of my learning GO). Appreciate some suggestion and guidance.
metadata.txt

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant