Skip to content

Missing multiValueHeaders in APIGatewayProxyResponseEvent #227

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

Closed
dforsl opened this issue Mar 16, 2021 · 2 comments
Closed

Missing multiValueHeaders in APIGatewayProxyResponseEvent #227

dforsl opened this issue Mar 16, 2021 · 2 comments

Comments

@dforsl
Copy link

dforsl commented Mar 16, 2021

Hi,

I'm missing multiValueHeaders in com.amazonaws.services.lambda.runtime.events.APIGatewayProxyResponseEvent, It makes it somewhat cumbersome when one eg. wants to set multiple cookies with "non-compatible" properties that require separate header entries. To work around it, we currently have to return custom objects instead that where we set multiValueHeaders - would be great if we didn't have to!

com.amazonaws.services.lambda.runtime.events.APIGatewayProxyRequestEvent already supports it.

Thanks,
Daniel

@msailes
Copy link
Collaborator

msailes commented Mar 16, 2021

PR #228

@msailes
Copy link
Collaborator

msailes commented Mar 24, 2021

This has been released in version 3.8.0

@msailes msailes closed this as completed Mar 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants