Skip to content
This repository has been archived by the owner on Oct 17, 2024. It is now read-only.

v2.0.0

Compare
Choose a tag to compare
@aws-goformation aws-goformation released this 10 Mar 10:48
· 635 commits to master since this release

2.0.0 (2019-03-10)

Code Refactoring

  • generator: moving resources and policies into their own packages (#161) (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{}