Skip to content

Commit

Permalink
feat: add region eu-west-3
Browse files Browse the repository at this point in the history
  • Loading branch information
magrinj committed Aug 27, 2021
1 parent 7b5de7b commit d1029ea
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ const Translate = {
'ca-central-1': 'ca-central-1',
'eu-west-1': 'eu-west-1',
'eu-west-2': 'eu-west-1',
'eu-west-3': 'eu-west-1',
'eu-central-1': 'eu-central-1',
'ap-northeast-1': 'ap-northeast-1',
'ap-northeast-2': 'ap-northeast-2',
Expand All @@ -20,6 +21,7 @@ const Polly = {
'ca-central-1': 'ca-central-1',
'eu-west-1': 'eu-west-1',
'eu-west-2': 'eu-west-2',
'eu-west-3': 'eu-west-3',
'eu-central-1': 'eu-central-1',
'ap-northeast-1': 'ap-northeast-1',
'ap-northeast-2': 'ap-northeast-2',
Expand All @@ -35,6 +37,7 @@ const Transcribe = {
'ca-central-1': 'ca-central-1',
'eu-west-1': 'eu-west-1',
'eu-west-2': 'eu-west-2',
'eu-west-3': 'eu-west-3',
'eu-central-1': 'eu-central-1',
'ap-northeast-1': 'ap-northeast-2',
'ap-northeast-2': 'ap-northeast-2',
Expand All @@ -50,6 +53,7 @@ const Rekognition = {
'ca-central-1': 'us-east-1',
'eu-west-1': 'eu-west-1',
'eu-west-2': 'eu-west-2',
'eu-west-3': 'eu-west-3',
'eu-central-1': 'eu-central-1',
'ap-northeast-1': 'ap-northeast-1',
'ap-northeast-2': 'ap-northeast-2',
Expand All @@ -65,6 +69,7 @@ const RekognitionAndTextract = {
'ca-central-1': 'us-east-1',
'eu-west-1': 'eu-west-1',
'eu-west-2': 'us-east-1',
'eu-west-3': 'eu-west-1',
'eu-central-1': 'us-east-1',
'ap-northeast-1': 'us-east-1',
'ap-northeast-2': 'us-east-1',
Expand All @@ -80,6 +85,7 @@ const Comprehend = {
'ca-central-1': 'ca-central-1',
'eu-west-1': 'eu-west-1',
'eu-west-2': 'eu-west-2',
'eu-west-3': 'eu-west-3',
'eu-central-1': 'eu-central-1',
'ap-northeast-1': 'us-east-1',
'ap-northeast-2': 'us-east-1',
Expand All @@ -95,6 +101,7 @@ const SageMaker = {
'ca-central-1': 'ca-central-1',
'eu-west-1': 'eu-west-1',
'eu-west-2': 'eu-west-2',
'eu-west-3': 'eu-west-3',
'eu-central-1': 'eu-central-1',
'ap-northeast-1': 'ap-northeast-1',
'ap-northeast-2': 'ap-northeast-2',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ const regionMappings = {
'us-west-2': 'US West (Oregon)',
'eu-west-1': 'EU (Ireland)',
'eu-west-2': 'EU (London)',
'eu-west-3': 'EU (Paris)',
'eu-central-1': 'EU (Frankfurt)',
'ap-northeast-1': 'Asia Pacific (Tokyo)',
'ap-northeast-2': 'Asia Pacific (Seoul)',
Expand Down

0 comments on commit d1029ea

Please sign in to comment.