pplu / cfn-perl

An object model for CloudFormation documents
Other
0 stars 5 forks source link

Implement CreationPolicy object #44

Open pplu opened 5 years ago

pplu commented 5 years ago

Implement functionality from #6

pplu commented 5 years ago

The change up to here makes CreationPolicy an object, but doesn't add detection of using invalid attributes (to catch typos). It should be pondered to use MooseX::StrictConstructor in Cfn::TypedValue, for example.