From d1029eae8dcd3a9798efb32ce5532c6766582cbd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Magrin?= Date: Fri, 27 Aug 2021 16:55:43 -0400 Subject: [PATCH] feat: add region eu-west-3 --- .../src/aws-predictions-regions.js | 7 +++++++ .../amplify-provider-awscloudformation/src/aws-regions.js | 1 + 2 files changed, 8 insertions(+) diff --git a/packages/amplify-provider-awscloudformation/src/aws-predictions-regions.js b/packages/amplify-provider-awscloudformation/src/aws-predictions-regions.js index f373e66472d..43370076c2d 100644 --- a/packages/amplify-provider-awscloudformation/src/aws-predictions-regions.js +++ b/packages/amplify-provider-awscloudformation/src/aws-predictions-regions.js @@ -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', @@ -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', @@ -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', @@ -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', @@ -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', @@ -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', @@ -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', diff --git a/packages/amplify-provider-awscloudformation/src/aws-regions.js b/packages/amplify-provider-awscloudformation/src/aws-regions.js index 9c907177c20..981d97697e2 100644 --- a/packages/amplify-provider-awscloudformation/src/aws-regions.js +++ b/packages/amplify-provider-awscloudformation/src/aws-regions.js @@ -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)',