openapi-backend icon indicating copy to clipboard operation
openapi-backend copied to clipboard

feat: add support to pass array query parameters

Open drodil opened this issue 1 year ago • 0 comments

This is missing feature that does not work for example in AWS Lambda where the query parameters are inputted in query object from ALB Event's queryStringParameters object. Also AWS lambda passes the query parameters to the handler encoded so decoding must be done for the parameters.

drodil avatar Sep 30 '22 07:09 drodil