Skip to content

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

Compare
Choose a tag to compare
@omkhegde omkhegde released this 10 Feb 22:17
· 49 commits to master since this release
1ff68f9

Releasing the latest changes of the cloudformation-cli-python-lib, 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