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