We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30a83f7 commit bd82f70Copy full SHA for bd82f70
notify/sns/sns.go
@@ -92,7 +92,7 @@ func (n *Notifier) Notify(ctx context.Context, alert ...*types.Alert) (bool, err
92
// If we have set the API URL we need to create a new session to get the STS Credentials.
93
stsSess, err = session.NewSessionWithOptions(session.Options{
94
Config: aws.Config{
95
- Region: aws.String(n.conf.Sigv4.Region),
+ Region: aws.String(n.conf.Sigv4.Region),
96
Credentials: creds,
97
},
98
Profile: n.conf.Sigv4.Profile,
0 commit comments