Bug: OpenAPI doesnt support multiValueQueryStringParameters #3622
Labels
bug
Something isn't working
event_handlers
help wanted
Could use a second pair of eyes/hands
openapi-schema
Discussed in #3607
Originally posted by MCR2019 January 9, 2024
When an event from APIGatway contains a path parameter or query parameter these can be specified and validated using
aws_lambda_powertools.event_handler.openapi.params
Path
andQuery
(and the openAPI spec generated).If an event contains
multiValueQueryStringParameters
then I cannot see any way to specify, validate and access these? (and have them generated for the openAPI spec).I've been unable to find anything in the documentation or code or get anything to work.
The following code is a starting point to demonstrate what I'm looking for (it doesn't work as I have used
Query
rather than something to specify multi value query parameters).I'd be interested in any thoughts on this :)
The text was updated successfully, but these errors were encountered: