From 6682ed523b1110efefd03ce0cce6f673a4ca15c8 Mon Sep 17 00:00:00 2001 From: Christophe Carvalho Vilas-Boas Date: Fri, 25 Oct 2024 15:28:24 +0200 Subject: [PATCH] Update options.ts --- src/v2/options.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/v2/options.ts b/src/v2/options.ts index 2b1731a77..a5309921f 100644 --- a/src/v2/options.ts +++ b/src/v2/options.ts @@ -120,7 +120,7 @@ export interface GlobalOptions { /** * Region where functions should be deployed. */ - region?: SupportedRegion | string | Expression | ResetValue; + region?: SupportedRegion | SupportedRegion[] | string | Expression | ResetValue; /** * Amount of memory to allocate to a function.