Skip to content
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

multi-value headers are not honored on AWS Lambda adapter #2495

Closed
exoego opened this issue Apr 11, 2024 · 0 comments · Fixed by #2494
Closed

multi-value headers are not honored on AWS Lambda adapter #2495

exoego opened this issue Apr 11, 2024 · 0 comments · Fixed by #2494
Labels

Comments

@exoego
Copy link
Contributor

exoego commented Apr 11, 2024

What version of Hono are you using?

4.2.3

What runtime/platform is your app running on?

AWS Lambda Node.js 20.x

What steps can reproduce the bug?

  1. Create a Lambda function and attache it to API Gateway v1 with Payload format version v1 (which include multiValueHeaders)
  2. Submit a request to ALB with multi-value headers

What is the expected behavior?

Hono instance receives multi-value headers

What do you see instead?

No multi-value headers are sent to Hono instance

Additional information

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant