We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The /stats/ and /ping routes for a probot application return an HTTP 502 Bad Gateway status.
/stats/
/ping
The application, in this case, is a lambda function triggered by AWS ALB - the routes forwarded are /, /probot, /probot/stats, and /ping. Only the /probot route works since it is handled directly by the handler in this module https://github.com/probot/serverless-lambda/blob/master/index.js#L31-L40.
/
/probot
/probot/stats
The text was updated successfully, but these errors were encountered:
Starting with #59, no other routes will be exposed by default, you have to that yourself.
Sorry, something went wrong.
🎉 This issue has been resolved in version 2.0.0 🎉
The release is available on:
Your semantic-release bot 📦🚀
Successfully merging a pull request may close this issue.
The
/stats/
and/ping
routes for a probot application return an HTTP 502 Bad Gateway status.The application, in this case, is a lambda function triggered by AWS ALB - the routes forwarded are
/
,/probot
,/probot/stats
, and/ping
. Only the/probot
route works since it is handled directly by the handler in this module https://github.com/probot/serverless-lambda/blob/master/index.js#L31-L40.The text was updated successfully, but these errors were encountered: