Skip to content

v2.0.12-lib (2022-02-10)

Compare
Choose a tag to compare
@omkhegde omkhegde released this 10 Feb 22:11
· 36 commits to master since this release
b12827f

Releasing the latest changes of the cloudformation-cli-java-plugin, which include:

  • 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