-
Notifications
You must be signed in to change notification settings - Fork 81
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
[Bug] API GW V2 Payload setting same header on Single and MultiValue #1858
Comments
do you have a link to AWS documentation about how single and multi behave? |
Even though its not documented, this is still used by AWS Libraries: https://github.com/aws/aws-lambda-go/blob/main/events/apigw.go#L125-L132 |
I tried this in the AWS Console today.
AWS instantiates :
Thus, I think the current behavior is ok. |
This issue is about the response |
@driverpt what do you mean by the response? Are you not getting every header set in the micronaut HTTP response in the api gateway response ? |
I'm going to close this for now, please open a new issue if you believe this is in error 👍 |
Expected Behavior
If multiple, then set
multiValueHeaders
Actual Behaviour
Sets both
headers
andmultiValueHeaders
Steps To Reproduce
No response
Environment Information
No response
Example Application
No response
Version
4.0.3
The text was updated successfully, but these errors were encountered: