Skip to content
This repository was archived by the owner on Aug 2, 2019. It is now read-only.

Latest commit

 

History

History
20 lines (12 loc) · 926 Bytes

File metadata and controls

20 lines (12 loc) · 926 Bytes

Sentry integration for Facebook Workplace via AWS Lambda

This repository contains an AWS Lambda function which will post Sentry updates to a Facebook Workplace group of your choosing. For an overview of the approach, see this document.

Setup

To make this work, first follow the instructions here. Then you'll need to set things up on Sentry.

Set up callbacks on Sentry

We now just need to make sure Sentry calls your endpoint whenever something happens.

  • From the Sentry project you want to monitor, go to Settings ... Alerts.
  • Select Webhooks from the list of Integrations at the bottom.
  • Paste in the URL for the API Gateway trigger into the Callback URLs field.

Version History

  • 2018-06-19 Initial release