All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.elasticmq.rest.sqs.AwsConfiguration.scala Maven / Gradle / Ivy

The newest version!
package org.elasticmq.rest.sqs

trait AwsConfiguration {

  def awsRegion: String

  def awsAccountId: String

  def getArn(queueName: String): String = s"arn:aws:sqs:$awsRegion:$awsAccountId:$queueName"
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy