Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [2.0.0](awslabs/goformation@v1.4.1...v2.0.0) (2019-03-10) ### Code Refactoring * **generator:** moving resources and policies into their own packages ([awslabs#161](awslabs#161)) ([03a0123](awslabs@03a0123)) ### BREAKING CHANGES * **generator:** this PR refactors the auto-generated CloudFormation resources out of the cloudformation package and into a dedicated package (resources). This helps keep the auto generated files separate from others. E.g. cloudformation.AWSSnsTopic{} becomes resources.AWSSnsTopic{}
- Loading branch information