From 475dafca87394d3656e10e9349ef393f6973c246 Mon Sep 17 00:00:00 2001 From: David Calavera Date: Sat, 21 May 2022 11:50:59 -0700 Subject: [PATCH] Use raw_query_string to populate QueryStringParameters API GW v2 is not compatible with the whatgw specification. Using the raw query string makes the request behave closer to the standard. Signed-off-by: David Calavera --- lambda-http/src/request.rs | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/lambda-http/src/request.rs b/lambda-http/src/request.rs index 9c9d84db..d4770dd6 100644 --- a/lambda-http/src/request.rs +++ b/lambda-http/src/request.rs @@ -63,6 +63,17 @@ fn into_api_gateway_v2_request(ag: ApiGatewayV2httpRequest) -> http::Request http::Request