[Request] Add support for multi-value parameters
See original GitHub issueIt looks like last month, API Gateway added support for multi-value params, so you can have the same header and query string params repeated multiple times with different values.
It looks like these are part of new fields on the event object called multiValueHeaders
and multiValueQueryStringParameters
.
Would it be possible to use these when translating the event object to a request object rather than the original, single-valued versions?
Issue Analytics
- State:
- Created 5 years ago
- Comments:9 (1 by maintainers)
Top Results From Across the Web
Support for multi-value parameters in Amazon API Gateway
The multiValueQueryStringParameters key is present in the input request regardless of whether the request contains keys with multiple values.
Read more >[Request] Add support for multi-value parameters #196 - GitHub
I have this working in a local branch as part of a larger release. 4 brikis98, rnowosielski, ...
Read more >Using multi-value parameters in SSRS - SQLShack
Display selected values of the multi-value parameter · Add a textbox to the report · Right-click on the textbox and select the Expression...
Read more >Using Multivalue Parameters - Telerik Reporting
A multivalue parameter allows the user to select more than one value for the parameter from a list of available values. When you...
Read more >Correct way to pass multiple values for same parameter name ...
I am describing a simple method which worked very smoothly in Python (Django Framework). 1. While sending the request, send the request like...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I have this working in a local branch as part of a larger release.
Now maintaining this project under http://vendia.net/ 👍 v4 coming soon