Closed amacks closed 4 years ago
Looking tonite, expect feedback within next days. Thx and take care!
tor. 30. apr. 2020 16.40 skrev Aaron Macks notifications@github.com:
Assigned #64 https://github.com/trustpilot/python-lambdarest/issues/64 to @sloev https://github.com/sloev.
— You are receiving this because you were assigned. Reply to this email directly, view it on GitHub https://github.com/trustpilot/python-lambdarest/issues/64#event-3289775023, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAGVGUOF3KHRM4KXRPLPP63RPGEUZANCNFSM4MVUAFBA .
there is not enough for me here to work on, sorry.
i would like
If you have time to supply any of that in a pr i will take time to verify and get it in. If not i will not have the time right now to do the journey myself, sorry :-)
ok, I will put together a PR in the next day or 3
Thx
ons. 6. maj 2020 16.22 skrev Aaron Macks notifications@github.com:
ok, I will put together a PR in the next day or 3
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/trustpilot/python-lambdarest/issues/64#issuecomment-624673841, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAGVGUJRGBRK3BMYUKQYNELRQFXBFANCNFSM4MVUAFBA .
fixed in #65
It looks like ALB needs support for
multiValueHeaders
as part of the return JSON for things like Content-Type, headers does not seem to be properly passed through the ALB. I added amultiValueHeader
element by copying and modifyingheaders
in theto_json
andinner_lambda_handler
and it seems to work as expected and the ALB properly interprets. I can submit a PR, but I cannot vouch for the quality of the code, however it does seem to work