def publish()

in api/src/main/scala/com/gu/adapters/notifications/Notifications.scala [19:24]


  def publish(arn: String, msg: String, subject: String): Future[String]
}

case class SnsProperties(awsRegion: Region, snsTopicArn: String)

class SNS(props: SnsProperties) extends Publisher with LazyLogging {