From 5895dcddc63abab564138f4541c45826c415cb35 Mon Sep 17 00:00:00 2001 From: Eddy Lane <859910+EddyLane@users.noreply.github.com> Date: Tue, 12 Aug 2025 09:54:11 +0100 Subject: [PATCH] Added 'eu-central-2' to dynamodb endpoints DynamoDB (and streams) are supported in eu-central-2: https://docs.aws.amazon.com/general/latest/gr/ddb.html --- priv/endpoints.exs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/priv/endpoints.exs b/priv/endpoints.exs index 11dde44b..42c1217e 100644 --- a/priv/endpoints.exs +++ b/priv/endpoints.exs @@ -849,6 +849,7 @@ chime_voice_regions = [ "ca-central-1" => %{}, "ca-west-1" => %{}, "eu-central-1" => %{}, + "eu-central-2" => %{}, "eu-west-1" => %{}, "eu-west-2" => %{}, "eu-west-3" => %{}, @@ -882,6 +883,7 @@ chime_voice_regions = [ "ca-central-1" => %{}, "ca-west-1" => %{}, "eu-central-1" => %{}, + "eu-central-2" => %{}, "eu-west-1" => %{}, "eu-west-2" => %{}, "eu-west-3" => %{},