mirror of
https://github.com/serverless/serverless.git
synced 2026-01-25 15:07:39 +00:00
fix
This commit is contained in:
parent
46b1b345b8
commit
920ccaffb5
@ -425,7 +425,7 @@ exports.cfUpdateLambdasStack = function(JAWS, stage, region, lambdaRoleArn) {
|
||||
var _this = this,
|
||||
awsProfile = JAWS._meta.profile,
|
||||
projRootPath = JAWS._meta.projectRootPath,
|
||||
bucketName = JAWS._this._JAWS.getJawsBucket(region, stage),
|
||||
bucketName = JAWS.getJawsBucket(region, stage),
|
||||
projName = JAWS._meta.projectJson.name;
|
||||
|
||||
_this.configAWS(awsProfile, region);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user