From 8df4a92c32aa6c4518a4e7c85887583310f372ed Mon Sep 17 00:00:00 2001 From: Emily Doherty Date: Sun, 24 Sep 2023 01:23:19 -0700 Subject: [PATCH] Swap ap-southeast-1 to same region --- wow-token-current.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wow-token-current.py b/wow-token-current.py index 1c9ad2b..276b8c8 100644 --- a/wow-token-current.py +++ b/wow-token-current.py @@ -11,7 +11,7 @@ dynamo_region_map = { 'ap-south-1': 'eu-north-1', 'ap-northeast-3': 'ap-northeast-1', 'ap-northeast-2': 'ap-northeast-1', - 'ap-southeast-1': 'ap-southeast-2', + 'ap-southeast-1': 'ap-southeast-1', 'ap-southeast-2': 'ap-southeast-2', 'ap-northeast-1': 'ap-northeast-1', 'ca-central-1': 'us-east-1',