This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Parses AWS Config events from SNS and will raise PagerDuty incidents if resources | |
// go non-compliant, resolving the incident when they return to compliant. | |
// | |
// This file is intended to be used with a PagerDuty Custom Event Transformer. | |
// https://www.pagerduty.com/docs/guides/custom-event-transformer/ | |
// | |
// Create a new Custom Event Transformer integration in PagerDuty, and subscribe it's | |
// Integration URL on the SNS Topic that you send AWS Config events to. | |
// | |
// You can see all the different notifications Config sends here: |