Skip to content

Commit

Permalink
fix: SLS region parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
ServerlessLife committed May 9, 2024
1 parent a60ff7d commit 42ac8a5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/slsResourcesDiscovery.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ export const resourcesDiscovery: ResourcesDiscovery = async () => {
if (LlDebugger.argOptions.stage) {
options.stage = LlDebugger.argOptions.stage;
}
if (LlDebugger.argOptions.region) {
options.region = LlDebugger.argOptions.region;
}

const variablesMeta = {};

Expand Down

0 comments on commit 42ac8a5

Please sign in to comment.