remix-aws icon indicating copy to clipboard operation
remix-aws copied to clipboard

fix(api-gateway-v2): remove duplicate cookies for function URLs

Open THOUSAND-SKY opened this issue 1 year ago • 1 comments

Function URLs get cookies twice, in headers and the cookies array, which was causing them to duplicate. This will overwrite rather than duplicate.

Ref: https://github.com/awslabs/aws-lambda-rust-runtime/pull/586

Function URLs use the same apigatewayv2 payload otherwise.

THOUSAND-SKY avatar Jan 08 '24 08:01 THOUSAND-SKY