From 93821cfb69c08ed3ccd2ed5e4911c8dc52adc0d4 Mon Sep 17 00:00:00 2001 From: petercwk-aws <140855345+petercwk-aws@users.noreply.github.com> Date: Tue, 1 Aug 2023 10:16:01 -0700 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=A4=96=20add=20support=20for=20a?= =?UTF-8?q?p-northeast-3=20KIX=20(#1741)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore: 🤖 add support for ap-northeast-3 KIX This PR enables support in ap-northeast-3 region(KIX) * chore: 🤖 remove kix region until added to CLI --- .../src/provider-utils/supported-datasources.ts | 1 + 1 file changed, 1 insertion(+) 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',