Skip to content
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

SNS topic + Lambda for posting to Honeybadger [ci skip] #29612

Merged
merged 7 commits into from Jul 17, 2019

Conversation

uponthesun
Copy link

@uponthesun uponthesun commented Jul 11, 2019

The goal is to give an easy way to integrate Cloudwatch Alarms with Honeybadger, since that's our main place to track runtime errors.

In addition, anything can publish to the topic directly to post to HB as well. The message format is a JSON string which can contain any of the parameters listed here: https://github.com/honeybadger-io/honeybadger-node The parameters are directly passed through to Honeybadger.notify.

For arbitrary notifications, it's recommended that they specify name and message so the errors are shown descriptively on Honeybadger and are aggregated correctly.

@uponthesun uponthesun changed the title SNS topic + Lambda for posting to Honeybadger SNS topic + Lambda for posting to Honeybadger [ci skip] Jul 11, 2019
@uponthesun uponthesun merged commit ebc95dd into staging Jul 17, 2019
@uponthesun uponthesun deleted the honeybadger-lambda branch July 17, 2019 17:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants