feat(event_handler): add support for multiValueQueryStringParameters in OpenAPI schema#3667
feat(event_handler): add support for multiValueQueryStringParameters in OpenAPI schema#3667leandrodamascena merged 10 commits intoaws-powertools:developfrom leandrodamascena:query-headers-params
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #3667 +/- ##
===========================================
+ Coverage 95.57% 95.65% +0.07%
===========================================
Files 214 214
Lines 9993 10031 +38
Branches 1827 1840 +13
===========================================
+ Hits 9551 9595 +44
+ Misses 329 326 -3
+ Partials 113 110 -3 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
rubenfonseca
left a comment
There was a problem hiding this comment.
Great job diving deep into OpenAPI :D Just left some small things
Thanks @rubenfonseca! Can you review it again pls? |
|
rubenfonseca
left a comment
There was a problem hiding this comment.
Great job, I've also checked the highlights in the documentation and it looks good!

Issue number: #3622
Summary
Changes
This pull request enhances the OpenAPI utility by introducing support for
multiValueQueryStringParametersin the OpenAPI schema. Previously, our utility encountered issues parsing multi-value query fields, leading to errors for customers attempting to utilize such fields. Work did:User experience
Using the code below now we can validate multi value param.
Checklist
If your change doesn't seem to apply, please leave them unchecked.
Is this a breaking change?
RFC issue number:
Checklist:
Acknowledgment
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
Disclaimer: We value your time and bandwidth. As such, any pull requests created on non-triaged issues might not be successful.