Notifier implements a Notifier for SNS notifications.
type Notifier struct {
// contains filtered or unexported fields
}
func New(c *config.SNSConfig, t *template.Template, l log.Logger, httpOpts ...commoncfg.HTTPClientOption) (*Notifier, error)
New returns a new SNS notification handler.
func (n *Notifier) Notify(ctx context.Context, alert ...*types.Alert) (bool, error)