Skip to content

Commit

Permalink
Fix us-west-1 and us-west-2 for pinpoint endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
Jhonathan Viudes authored and bernardd committed Oct 31, 2024
1 parent 725cc5e commit 68572f8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion priv/endpoints.exs
Original file line number Diff line number Diff line change
Expand Up @@ -288,9 +288,12 @@ chime_voice_regions = [
"us-east-2" => %{
"hostname" => "pinpoint.us-east-2.amazonaws.com"
},
"us-west-2" => %{
"us-west-1" => %{
"hostname" => "pinpoint.us-west-1.amazonaws.com"
},
"us-west-2" => %{
"hostname" => "pinpoint.us-west-2.amazonaws.com"
},
"ap-south-1" => %{
"hostname" => "pinpoint.ap-south-1.amazonaws.com"
},
Expand Down

0 comments on commit 68572f8

Please sign in to comment.