serverless-vscode icon indicating copy to clipboard operation
serverless-vscode copied to clipboard

Use empty intial defaultRegion to let people use their project region config

Open HyperBrain opened this issue 7 years ago • 0 comments

This is a Feature Proposal

Description

The plugin should set the defaultRegion parameter to an empty string, so that it would not add any region parameter to the serverless command line. This will automatically use the user's configured project region (serverless.yml) in the first place. Otherwise it could lead to an unexpected deployment into the wrong region (thanks @panzupa).

Similar or dependent issue(s):

  • https://github.com/HyperBrain/serverless-vscode/issues/1#issuecomment-404123203

Additional Data

  • Extension version:
  • Serverless Framework: Version:
  • [ ] Serverless installed globally
  • Operating System:
  • Stack Trace (if available):

HyperBrain avatar Jul 11 '18 18:07 HyperBrain