Skip to content
This repository was archived by the owner on May 29, 2024. It is now read-only.

Publish SNS event on new alert #200

Merged
merged 19 commits into from
Feb 22, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Address pr comments
adrain-cb committed Feb 14, 2024
commit 546f3264bb181b4a524cc932bf08971ab51ab89b
1 change: 1 addition & 0 deletions e2e/alerting_test.go
Original file line number Diff line number Diff line change
@@ -19,6 +19,7 @@ import (
)

const (
// These are localstack specific Topic ARNs that are used to test the SNS integration.
MultiDirectiveTopicArn = "arn:aws:sns:us-east-1:000000000000:multi-directive-test-topic"
CoolDownTopicArn = "arn:aws:sns:us-east-1:000000000000:alert-cooldown-test-topic"
)