fix(bedrock/common_utils.py): add us-west-1 to us regions

This commit is contained in:
Krrish Dholakia 2025-04-16 08:00:39 -07:00
parent 6b7d20c911
commit a743b6fc1f

View file

@ -85,6 +85,7 @@ class AmazonBedrockGlobalConfig:
return [
"us-east-1", # US East (N. Virginia)
"us-east-2", # US East (Ohio)
"us-west-1", # US West (N. California)
"us-west-2", # US West (Oregon)
"us-gov-east-1", # AWS GovCloud (US-East)
"us-gov-west-1", # AWS GovCloud (US-West)