v0.2.27
What's New
CFN HOOK types can now target resource types 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:
AWS::S3::BucketAWS::S3::BucketPolicyAWS::S3Outpost::BucketAWS::S3Outpost::BucketPolicy
What's Changed
- fix(schema) - Use ASCII characters for \w in pattern regex by @kddejong in #931
- fix(contract): added regex for JSON string formats date-time, date, time, and email by @mmaeng in #930
- chore(CD): Update pypi GHA to new syntax by @mmaeng in #937
- fix(core) - Ignore timestamp issues when creating a ZipFile on py3.8 and greater by @kddejong in #927
generate_docs()for conditionalCreateOnlyProperties by @PatMyron in #740- Add support for Wildcard Hook Targets by @Brianwithay21 in #945
- version bump v0.2.27 by @Brianwithay21 in #946
Full Changelog: v0.2.26...v0.2.27