-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
fix: api gateway headers request mapping #7729
New issue
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
fix: api gateway headers request mapping #7729
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @amitassaraf, good timing! we are working on a generic implementation for the request parameters that will go out soon. So this code is being removed in a way. We'll keep this around for reference and close after we merge upstream
Hi @amitassaraf and @calvernaz! |
I'll go ahead and close the PR as this was superseded by #7580. Thanks again for your contribution, sorry this was being worked on simultaneously. |
Currently, API gateway blindly passes all headers from the request to the integration it connects with, the function I added does 2 things to mimic AWS functionality:
https://docs.aws.amazon.com/apigateway/latest/developerguide/request-response-data-mappings.html