You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am able to successfully make a request to /200 and see the JSON response but I am not successful with requests that modify the status. In those I just see this response from ALB:
<html><head><title>502 Bad Gateway</title></head><body><center><h1>502 Bad Gateway</h1></center></body></html>
Can I please ask for guidance how would I go about debugging this? I don't see anything useful in my Cloudwatch logs of the Lambda function. Should I enable ALB logs?
Thank you.
The text was updated successfully, but these errors were encountered:
Hey, I am attempting to deploy a small Express app to AWS as a Lambda connected to ALB via target group.
I am able to successfully make a request to
/200
and see the JSON response but I am not successful with requests that modify thestatus
. In those I just see this response from ALB:Can I please ask for guidance how would I go about debugging this? I don't see anything useful in my Cloudwatch logs of the Lambda function. Should I enable ALB logs?
Thank you.
The text was updated successfully, but these errors were encountered: