From fd8a741f0ba0ef64cb88560502c3b4faacf7faca Mon Sep 17 00:00:00 2001 From: Michael Bleigh Date: Mon, 19 Jul 2021 17:04:46 -0700 Subject: [PATCH] Adds new regions to support list. --- src/v1/function-configuration.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/v1/function-configuration.ts b/src/v1/function-configuration.ts index d14db8736..b1ed51623 100644 --- a/src/v1/function-configuration.ts +++ b/src/v1/function-configuration.ts @@ -13,11 +13,13 @@ export const SUPPORTED_REGIONS = [ 'europe-west2', 'europe-west3', 'europe-west6', + 'asia-east1', 'asia-east2', 'asia-northeast1', 'asia-northeast2', 'asia-northeast3', 'asia-south1', + 'asia-southeast1', 'asia-southeast2', 'northamerica-northeast1', 'southamerica-east1',