From f6686bd54441ec5a77c3fd1e28b2d3fdadc4b0a9 Mon Sep 17 00:00:00 2001 From: Peter Kim Date: Fri, 28 Jul 2023 22:22:39 -0700 Subject: [PATCH 1/2] =?UTF-8?q?chore:=20=F0=9F=A4=96=20add=20support=20for?= =?UTF-8?q?=20ap-northeast-3=20KIX?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR enables support in ap-northeast-3 region(KIX) --- .../src/provider-utils/supported-datasources.ts | 1 + packages/amplify-e2e-core/src/configure/index.ts | 1 + 2 files changed, 2 insertions(+) diff --git a/packages/amplify-category-api/src/provider-utils/supported-datasources.ts b/packages/amplify-category-api/src/provider-utils/supported-datasources.ts index 48c7dfc2c0..8a3f97707f 100644 --- a/packages/amplify-category-api/src/provider-utils/supported-datasources.ts +++ b/packages/amplify-category-api/src/provider-utils/supported-datasources.ts @@ -40,6 +40,7 @@ export const supportedDataSources = { 'ap-southeast-2', 'ap-northeast-1', 'ap-northeast-2', + 'ap-northeast-3', 'ca-central-1', 'eu-central-1', 'eu-north-1', diff --git a/packages/amplify-e2e-core/src/configure/index.ts b/packages/amplify-e2e-core/src/configure/index.ts index 2c3b1f5d2b..a6365eceef 100644 --- a/packages/amplify-e2e-core/src/configure/index.ts +++ b/packages/amplify-e2e-core/src/configure/index.ts @@ -27,6 +27,7 @@ export const amplifyRegions = [ 'eu-central-1', 'ap-northeast-1', 'ap-northeast-2', + 'ap-northeast-3', 'ap-southeast-1', 'ap-southeast-2', 'ap-south-1', From d9434149fd5f24d748bb45ce33a029b1b047e0d1 Mon Sep 17 00:00:00 2001 From: Peter Kim Date: Mon, 31 Jul 2023 21:46:10 -0700 Subject: [PATCH 2/2] =?UTF-8?q?chore:=20=F0=9F=A4=96=20remove=20kix=20regi?= =?UTF-8?q?on=20until=20added=20to=20CLI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/amplify-e2e-core/src/configure/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/amplify-e2e-core/src/configure/index.ts b/packages/amplify-e2e-core/src/configure/index.ts index a6365eceef..2c3b1f5d2b 100644 --- a/packages/amplify-e2e-core/src/configure/index.ts +++ b/packages/amplify-e2e-core/src/configure/index.ts @@ -27,7 +27,6 @@ export const amplifyRegions = [ 'eu-central-1', 'ap-northeast-1', 'ap-northeast-2', - 'ap-northeast-3', 'ap-southeast-1', 'ap-southeast-2', 'ap-south-1',