mirror of
https://github.com/serverless/serverless.git
synced 2026-01-25 15:07:39 +00:00
Add us-west-2 region for new stage.
This commit is contained in:
parent
c19c549689
commit
71afa91cc0
@ -74,6 +74,7 @@ CMD.prototype._promptRegion = Promise.method(function() {
|
||||
var regions = [
|
||||
'us-east-1',
|
||||
'us-west-1',
|
||||
'us-west-2',
|
||||
'eu-west-1',
|
||||
'ap-northeast-1',
|
||||
];
|
||||
@ -232,4 +233,4 @@ CMD.prototype._updateProjectJson = Promise.method(function() {
|
||||
return utils.writeFile(
|
||||
path.join(_this._JAWS._meta.projectRootPath, 'jaws.json'),
|
||||
JSON.stringify(_this._JAWS._meta.projectJson, null, 2));
|
||||
});
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user