mirror of
https://github.com/serverless/serverless.git
synced 2026-01-18 14:58:43 +00:00
new region fix
This commit is contained in:
parent
097bcc21be
commit
5eaab54cee
@ -266,7 +266,7 @@ CMD.prototype._createCfStack = Promise.method(function() {
|
||||
_this._JAWS._meta.projectRootPath,
|
||||
_this._JAWS._meta.projectJson.name,
|
||||
_this._stage,
|
||||
_this._JAWS._meta.projectJson.jawsBuckets[_this._region],
|
||||
_this._s3Bucket,
|
||||
'' // TODO: read email out of existing jaws-cf.json?
|
||||
)
|
||||
.then(function(cfData) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user