TimestreamWrite: add regions (#5674)

This commit is contained in:
shimo164 2022-11-18 02:31:28 +09:00 committed by GitHub
parent 4c738ed5b2
commit 2c755c8c91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -217,5 +217,7 @@ timestreamwrite_backends = BackendDict(
"us-west-2",
"eu-central-1",
"eu-west-1",
"ap-southeast-2",
"ap-northeast-1",
],
)