question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Request] Add support for multi-value parameters

See original GitHub issue

It 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:closed
  • Created 5 years ago
  • Comments:9 (1 by maintainers)

github_iconTop GitHub Comments

6reactions
brettstackcommented, Dec 2, 2018

I have this working in a local branch as part of a larger release.

0reactions
brett-vendiacommented, Jan 7, 2021

Now maintaining this project under http://vendia.net/ 👍 v4 coming soon

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found