Summary
Fix a pesky regression introduced when fixing API Gateway/ALB Event Handler routing regex in 1.18.0. This bug made numeric and safe URI chars to return 404 -- Big thanks to @moretension for raising it
Changes
🐛 Bug and hot fixes
- fix(api-gateway): route regression for non-word and unsafe URI chars (#556) by @heitorlessa