Skip to content

Commit

Permalink
Update port config for localstack according to localstack instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
matsluni committed Oct 2, 2020
1 parent 1a0340f commit be5d3c6
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ trait LocalstackBaseAwsClientTest[C <: SdkClient] extends BaseAwsClientTest[C] {
object LocalstackServicePorts {
//services and ports based on https://github.com/localstack/localstack
val services: Map[String, Int] = Map(
"s3" -> 4572,
"sqs" -> 4576,
"sns" -> 4575,
"dynamodb" -> 4569
"s3" -> 4566,
"sqs" -> 4566,
"sns" -> 4566,
"dynamodb" -> 4566
)
}

0 comments on commit be5d3c6

Please sign in to comment.