We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c15da4 commit 338abebCopy full SHA for 338abeb
cmd/lambda/notifier/main.go
@@ -35,7 +35,7 @@ func main() {
35
if err != nil {
36
panic(err)
37
}
38
- sqsRemoteSyncNotifier := aws.NewSQSRemoteSyncNotifier(config.Config, config.NotifierTopicArn)
+ sqsRemoteSyncNotifier := aws.NewSNSRemoteSyncNotifier(config.Config, config.NotifierTopicArn)
39
notifier.Notify(sqsRemoteSyncNotifier.NotifyRemoteSync)
40
41
lambda.Start(makeHandler(notifier))
0 commit comments