Skip to content

v0.2.23

Choose a tag to compare

@omkhegde omkhegde released this 10 Feb 21:51
· 95 commits to master since this release
902ffa0

Following change is released in this version:

  • Initialize a Hook project with cfn init --artifact-type HOOK --type-name
    * For example: cfn init --artifact-type HOOK --type-name My::Test::Example
  • Using cfn init without parameters will now first ask if you want to create a resource, module, or a hook. If you choose to create a hook,
    you will be asked to choose a language plugin
  • Use cfn validate to validate your hook before submitting
  • Use cfn submit to register your hook, making it available for use by CloudFormation in your AWS account