-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
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
Return helpful response if any required header is missing #65
Comments
Yes 🤯 ^^, but could be part of #60 |
yes I agree. I'm just not sure how pointing to https://docs.aws.amazon.com/lambda/latest/dg/monitoring-cloudwatchlogs.html would be helpful?
|
IMO, the CloudWatch logs is easy to access from Monitoring Tab (and not sure than Lambda Insight can be relevant here). Using Probot log can do the job (
|
so in case of an error response, shall we include a JSON key such as {
"error": "...",
"documentation_url": "https://docs.aws.amazon.com/lambda/latest/dg/monitoring-cloudwatchlogs.html"
} |
follow up to #63
/cc @axel3rd I think that would have saved you a lot of headache.
The text was updated successfully, but these errors were encountered: