From 544c9acbba6e0206b40fae49ceea636ff42022a5 Mon Sep 17 00:00:00 2001 From: Elliot Jackson Date: Wed, 26 Jun 2024 11:36:03 +0100 Subject: [PATCH] add eu-west-2 to bedrock --- priv/endpoints.exs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/priv/endpoints.exs b/priv/endpoints.exs index 161c1c6e..b6664da9 100644 --- a/priv/endpoints.exs +++ b/priv/endpoints.exs @@ -134,6 +134,7 @@ chime_voice_regions = [ "ap-northeast-1" => %{}, "ap-southeast-1" => %{}, "eu-central-1" => %{}, + "eu-west-2" => %{}, "us-east-1" => %{}, "us-west-2" => %{} } @@ -144,6 +145,7 @@ chime_voice_regions = [ "ap-northeast-1" => %{}, "ap-southeast-1" => %{}, "eu-central-1" => %{}, + "eu-west-2" => %{}, "us-east-1" => %{}, "us-west-2" => %{} }