aws-cloudformation / cloudformation-cli

The CloudFormation Provider Development Toolkit allows you to author your own resource providers and modules that can be used by CloudFormation.
Apache License 2.0
316 stars 158 forks source link

Add support for Wildcard Hook Targets #945

Closed Brianwithay21 closed 1 year ago

Brianwithay21 commented 1 year ago

This PR adds support for hooks with wildcard targets. This allows hooks to be registered with wildcard target names which are matched to hook target types during invocation.

For example, the target name AWS::S3*::Bucket* would resolve and be invoked by the following resource types:

Related PRs:

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.