Aleh Stsiatsko
Aleh Stsiatsko
Hey guys, thanks for this change. But is it possible to have ONE handler for all types of events? ALB, API_GW, functional url and so on? So far I see...
@deki thanks! I am using spring boot 3.1.x. Thank you, I will give it a try and let you know asap.
@deki One question - may I do sth like that? `SpringDelegatingLambdaContainerHandler.getContainerConfig().setInitializationTimeout(timeout);`
Hey guys. Sorry for asking but are you sure your approach works for complex urls with query and path parameters? I use SpringDelegatingLambdaContainerHandler in complex enterprise lambda function and on...
My endpoint signature: ``` @RequestMapping(path = "/w6/test/{uuid}/refresh", method = RequestMethod.GET, produces = MediaType.APPLICATION_JSON_VALUE) public ResponseEntity refresh( @Parameter(description = "UUID of the order") @PathVariable("uuid") String uuid, @Parameter(description = "ID of the...
Hey guys. I think you have a problem with query parameters procession - I changed all my parameters to path params and it worked just fine. I debugged it in...
Here is the stack trace I have. May be it helps `jakarta.servlet.ServletException: Request processing failed: java.lang.NullPointerException: Cannot read the array length because \"\u003cparameter1\u003e\" is null\n\tat org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1019)\n\tat org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)\n\tat jakarta.servlet.http.HttpServlet.service(HttpServlet.java:527)\n\tat org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)\n\tat jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614)\n\tat...
@deki Thank you I submitted https://github.com/aws/serverless-java-container/issues/754