We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e03851 commit 98c19d8Copy full SHA for 98c19d8
src/regions.ts
@@ -1,6 +1,7 @@
1
export const standardRegions: string[] = [
2
'af-south-1',
3
'ap-east-1',
4
+ 'ap-east-2',
5
'ap-northeast-1',
6
'ap-northeast-2',
7
'ap-northeast-3',
@@ -10,6 +11,8 @@ export const standardRegions: string[] = [
10
11
'ap-southeast-2',
12
'ap-southeast-3',
13
'ap-southeast-4',
14
+ 'ap-southeast-5',
15
+ 'ap-southeast-7',
16
'ca-central-1',
17
'ca-west-1',
18
'cn-north-1',
@@ -25,6 +28,7 @@ export const standardRegions: string[] = [
25
28
'il-central-1',
26
29
'me-central-1',
27
30
'me-south-1',
31
+ 'mx-central-1',
32
'sa-east-1',
33
'us-east-1',
34
'us-east-2',
0 commit comments