awslabs / goformation

GoFormation is a Go library for working with CloudFormation templates.
Apache License 2.0
848 stars 196 forks source link

Add support for Rules and Transforms #83

Open skellish-aws opened 6 years ago

skellish-aws commented 6 years ago

Hi, Are there any thoughts/plans about adding support for the Constraint Rules section?

Use Case: I'm working on a tool for Quick Starts to automatically create some template constraint rules (https://docs.aws.amazon.com/servicecatalog/latest/adminguide/reference-template_constraint_rules.html) to prevent a template from launching in specific regions when it has resources that don't exist in those regions.

skellish-aws commented 6 years ago

Is this project still active?