We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents df09fde + 258beba commit 0b96284Copy full SHA for 0b96284
lib/idp_common_pkg/idp_common/bedrock/client.py
@@ -64,7 +64,7 @@ def __init__(
64
max_backoff: Maximum backoff time in seconds
65
metrics_enabled: Whether to publish metrics
66
"""
67
- self.region = region or os.environ.get('AWS_REGION', 'us-west-2')
+ self.region = region or os.environ.get('AWS_REGION')
68
self.max_retries = max_retries
69
self.initial_backoff = initial_backoff
70
self.max_backoff = max_backoff
0 commit comments