Summary
Quick patch release to fix an issue with API Gateway Authorizer in Event Source Data Classes not supporting resource names using _
. It's an old bug in the original blueprint this code was based on. However, it prevents anyone from having a _
in the resource name get_something
which is significant enough to warrant a patch release for that alone.
Thanks to Chris Elkin for raising and @michaelbrewer for the quick fix (as always).
Changes
🐛 Bug and hot fixes
- fix(data-classes): underscore support in api gateway authorizer resource name (#969) by @michaelbrewer
This release was made possible by the following contributors:
@heitorlessa, @mergify[bot] and @michaelbrewer