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
Is your feature request related to a problem? Please describe.
The events.LambdaFunctionURLResponse doesn't support MultiValueHeaders which became in come use. For now, the workaround is to set up the APIGatewayv2 instance and use events.APIGatewayV2HTTPResponse, which sometimes doesn't provide an economic reason to use APIGatewayv2 just for small Lambda.
Describe the solution you'd like
I would like to ask you to implement MultiValueHeaders support for events.LambdaFunctionURLResponse, bellow you can check the structure example:
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered:
richie-tt
changed the title
Implement MultiValueHeaders for events.LambdaFunctionURLRequest
Implement MultiValueHeaders for events.LambdaFunctionURLRequestApr 5, 2024
richie-tt
changed the title
Implement MultiValueHeaders for events.LambdaFunctionURLRequest
Implement MultiValueHeaders for events.LambdaFunctionURLResponseApr 5, 2024
Is your feature request related to a problem? Please describe.
The
events.LambdaFunctionURLResponse
doesn't supportMultiValueHeaders
which became in come use. For now, the workaround is to set up the APIGatewayv2 instance and useevents.APIGatewayV2HTTPResponse
, which sometimes doesn't provide an economic reason to use APIGatewayv2 just for small Lambda.Describe the solution you'd like
I would like to ask you to implement
MultiValueHeaders
support forevents.LambdaFunctionURLResponse
, bellow you can check the structure example:Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: