Frederic Mbea

Results 21 comments of Frederic Mbea

@jjuncho After more research, it turns out that the path comes already decoded by APIGateway, so it's out of our control. We also found that the query string parameters are...

Hi. To set up Servlet web application type, You can create your handler this way: ``` handler = new SpringBootProxyHandlerBuilder() .defaultProxy() .servletApplication() .springBootApplication(Class.forName(System.getenv(APPLICATION))) .buildAndInitialize(); ``` `servletApplication()` sets your application type...

Thanks for raising this. I'll discuss this internally with the team and get back to you

Thank you for raising this @tc2-c1 . If the Hostname only appears on singlevalueHeaders for ALB, then we should update the method to account for that. I will send a...

Hey there. Thanks for raising this. I was able to reproduce the issue. We will investigate more and will reach out if we need additional information.

The error happens because you are probably local invoking without providing an event. Please try `sam local invoke` with an APIGatewayHttpApi event. You can follow the steps below: 1. Create...

There are some failing tests (related to logs cli command), although they don't seem to be related to the changes on this PR.

Please see https://github.com/aws/serverless-application-model/issues/3731 for an update on the issue.

The PR is still failing some checks. Looks like a formatting issue. I think you should be able to solve it by running ```make format```. @driverpt could you please help...