We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bae940 commit 0ca340fCopy full SHA for 0ca340f
src/region.ts
@@ -3,6 +3,9 @@ export const REGION_AUTO = 'auto'
3
const regions = {
4
'us-east-1': true,
5
'us-east-2': true,
6
+ 'eu-central-1': true,
7
+ 'ap-southeast-1': true,
8
+ 'ap-southeast-2': true,
9
}
10
11
export type Region = keyof typeof regions
0 commit comments