Skip to content

Commit db6fcc0

Browse files
Update options.ts
1 parent 6df3787 commit db6fcc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/v2/options.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ export interface GlobalOptions {
120120
/**
121121
* Region where functions should be deployed.
122122
*/
123-
region?: SupportedRegion | string | Expression<string> | ResetValue;
123+
region?: SupportedRegion | SupportedRegion[] | string | Expression<string> | ResetValue;
124124

125125
/**
126126
* Amount of memory to allocate to a function.

0 commit comments

Comments
 (0)