From 2c755c8c91f1c7c1eddffaf40649535fd6aebd2a Mon Sep 17 00:00:00 2001 From: shimo164 Date: Fri, 18 Nov 2022 02:31:28 +0900 Subject: [PATCH] TimestreamWrite: add regions (#5674) --- moto/timestreamwrite/models.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/moto/timestreamwrite/models.py b/moto/timestreamwrite/models.py index 42b9d0f17..1aa8f5dde 100644 --- a/moto/timestreamwrite/models.py +++ b/moto/timestreamwrite/models.py @@ -217,5 +217,7 @@ timestreamwrite_backends = BackendDict( "us-west-2", "eu-central-1", "eu-west-1", + "ap-southeast-2", + "ap-northeast-1", ], )