We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd88163 commit 6682ed5Copy full SHA for 6682ed5
src/v2/options.ts
@@ -120,7 +120,7 @@ export interface GlobalOptions {
120
/**
121
* Region where functions should be deployed.
122
*/
123
- region?: SupportedRegion | string | Expression<string> | ResetValue;
+ region?: SupportedRegion | SupportedRegion[] | string | Expression<string> | ResetValue;
124
125
126
* Amount of memory to allocate to a function.
0 commit comments