try specifying region in the config

This commit is contained in:
Kenneth Kehl
2024-09-26 10:13:19 -07:00
parent 122343e46e
commit 959a680664

View File

@@ -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",
)