rafat islam
rafat islam

Reputation: 1

Can I trigger PagerDuty Incident with SNS only?



I'm trying to get paged in pagerduty when a new object is created in my S3 bucket with prefix 'invalid-files/'. I've created a NotificationConfiguration for S3 that publish to my SNS topic. I also have a cloudwatch integration and I tried to use that URL to subscribe to my topic but it didn't work. It seems the event has to maintain a schema otherwise PD won't trigger any incident.

Few alternative I found but I'm looking for something better.

Is there a simple idea that I can use to trigger PD incident for S3 object creation?

Upvotes: 0

Views: 170

Answers (1)

Hannele
Hannele

Reputation: 9676

Another option could be an App Event Transformer -- you won't be able to terraform the App metadata, but once you have the app ID (still called a vendor_id in the service/integration endpoints), you should be able to terraform your services with that, and avoid duplicating the custom event transform across multiple services.

Upvotes: 0

Related Questions