Untitled
scala
a month ago
207 B
1
Indexable
Never
implicit def sqsClient: AmazonSQSAsync = ??? def randomQueueUrl(): String = sqsClient.createQueue(s"queue-${Random.nextInt}").getQueueUrl val queue = randomQueueUrl() sqsClient.sendMessage(queue, "gdpr")