Skip to content

Commit

Permalink
Merge pull request #1068 from elliotekj/feat/bedrock-eu-west-2
Browse files Browse the repository at this point in the history
Add eu-west-2 to bedrock endpoints
  • Loading branch information
bernardd authored Sep 10, 2024
2 parents b667b1d + 544c9ac commit edafc39
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions priv/endpoints.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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" => %{}
}
Expand All @@ -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" => %{}
}
Expand Down

0 comments on commit edafc39

Please sign in to comment.