We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
APIG has at some point added support for multi-value request headers and parameters: https://docs.aws.amazon.com/apigateway/latest/developerguide/set-up-lambda-proxy-integrations.html#apigateway-multivalue-headers-and-parameters
We should use those - (where available - check they're on ALBv2 as well).
The text was updated successfully, but these errors were encountered:
N.B. I found the docs incomplete this would need some testing awsdocs/amazon-api-gateway-developer-guide#50
Sorry, something went wrong.
Support multi-value headers and query params
9afa173
Fixes #103. Also add apig_wsgi.full_event to the environ.
Support multi-value headers and query params (#111)
80b8c7f
Successfully merging a pull request may close this issue.
APIG has at some point added support for multi-value request headers and parameters: https://docs.aws.amazon.com/apigateway/latest/developerguide/set-up-lambda-proxy-integrations.html#apigateway-multivalue-headers-and-parameters
We should use those - (where available - check they're on ALBv2 as well).
The text was updated successfully, but these errors were encountered: