Skip to content

Commit f6e5882

Browse files
committed
feat: declare aws-ap-south-1 Mumbai region
1 parent 17804d0 commit f6e5882

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ into. Wherobots Cloud supports the following compute regions:
7272
* `aws-us-east-1`: AWS US East 1 (N. Virginia)
7373
* `aws-us-west-2`: AWS US West 2 (Oregon)
7474
* `aws-eu-west-1`: AWS EU West 1 (Ireland)
75+
* `aws-ap-south-1`: AWS AP South 1 (Mumbai)
7576

7677
> [!IMPORTANT]
7778
> The `aws-us-west-2` region is available to all Wherobots Cloud users

wherobots/db/region.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ class Region(Enum):
99
# EMEA
1010
AWS_EU_WEST_1 = "aws-eu-west-1"
1111

12+
# APAC
13+
AWS_AP_SOUTH_1 = "aws-ap-south-1"
14+
1215

1316
_NAME_TO_ENUM = {region.value: region for region in Region}
1417

0 commit comments

Comments
 (0)