From 5ae4752f23da15787afc31103a3dc40d6e9d92f7 Mon Sep 17 00:00:00 2001 From: Bernard Duggan Date: Wed, 9 Oct 2024 15:57:27 +1100 Subject: [PATCH] Add some endpoints per @acrolink's requests --- priv/endpoints.exs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/priv/endpoints.exs b/priv/endpoints.exs index 2dd5e6b2..e6190641 100644 --- a/priv/endpoints.exs +++ b/priv/endpoints.exs @@ -1837,6 +1837,7 @@ chime_voice_regions = [ "eu-west-2" => %{}, "eu-west-3" => %{}, "eu-north-1" => %{}, + "il-central-1" => %{}, "me-central-1" => %{}, "me-south-1" => %{}, "s3-external-1" => %{ @@ -2066,6 +2067,7 @@ chime_voice_regions = [ "ca-central-1" => %{}, "ap-southeast-1" => %{}, "ap-southeast-2" => %{}, + "eu-central-1" => %{}, "eu-west-1" => %{}, "eu-west-2" => %{} }