You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Hi,
I'm missing
multiValueHeaders
incom.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 setmultiValueHeaders
- would be great if we didn't have to!com.amazonaws.services.lambda.runtime.events.APIGatewayProxyRequestEvent
already supports it.Thanks,
Daniel
The text was updated successfully, but these errors were encountered: