You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When we try to send Data to our API using query String with indexed array (default in axios), We don't have same thing than non indexed array :
Without middy, do you get the expected results from requests to lambda & serverless-offline? As far as I know, middy never modifies multiValueQueryStringParameters.
Describe the bug
When we try to send Data to our API using query String with indexed array (default in axios), We don't have same thing than non indexed array :
Query parameters without indexed array :
Query parameters with indexed array :
To Reproduce
How to reproduce the behaviour:
Expected behaviour
Same result between indexed and non indexed array : multiValueQueryStringParameters with correct values.
Environment (please complete the following information):
Additional context
In local we launch it with serverless-offline
The text was updated successfully, but these errors were encountered: