Skip to content

Commit

Permalink
Merge pull request #1023 from devstopfix/bedrock-endpoint
Browse files Browse the repository at this point in the history
Bedrock endpoints
  • Loading branch information
bernardd authored Jan 11, 2024
2 parents 5ed99fc + 9fb5071 commit 4f0f8b6
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions priv/endpoints.exs
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,25 @@
"eu-central-1" => %{}
}
},
"bedrock" => %{
"endpoints" => %{
"ap-northeast-1" => %{},
"ap-southeast-1" => %{},
"eu-central-1" => %{},
"us-east-1" => %{},
"us-west-2" => %{}
}
},
"bedrock-runtime" => %{
"defaults" => %{"credentialScope" => %{"service" => "bedrock"}},
"endpoints" => %{
"ap-northeast-1" => %{},
"ap-southeast-1" => %{},
"eu-central-1" => %{},
"us-east-1" => %{},
"us-west-2" => %{}
}
},
"connect" => %{
"endpoints" => %{
"ap-northeast-1" => %{},
Expand Down

0 comments on commit 4f0f8b6

Please sign in to comment.