mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-13 09:50:08 -04:00
try specifying region in the config
This commit is contained in:
@@ -13,6 +13,7 @@ AWS_CLIENT_CONFIG = Config(
|
||||
"addressing_style": "virtual",
|
||||
},
|
||||
use_fips_endpoint=os.getenv("NOTIFY_ENVIRONMENT") in ['demo', 'production'],
|
||||
region_name="us-gov-west-1",
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user