AWS Cloudfront returning 502 for all requests handled by Quarkus Lambda #26261
-
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 5 replies
-
Beta Was this translation helpful? Give feedback.
-
We wrap your lambda with a stream handler so that we can control lifecycle of the lambda for things like CDI/Spring injections. The stream handler will unmarshal/marshal the lambda input/output using Jackson. My guess is that there is an error in the marshalling of the load balancer event. I would need log output of your lambda. |
Beta Was this translation helpful? Give feedback.
-
Could compare the output of the vanilla Java vs. the Quarkus one. |
Beta Was this translation helpful? Give feedback.
-
Ok, that's a simple fix on our side so you don't have to manually do it. |
Beta Was this translation helpful? Give feedback.
Could compare the output of the vanilla Java vs. the Quarkus one.