mirror of
https://github.com/serverless/serverless.git
synced 2026-01-25 15:07:39 +00:00
Merge pull request #1020 from jonathannaguin/master
Added missing description field to the ApiGateway deploy method [Fixes #1019]
This commit is contained in:
commit
28dd86b652
@ -205,7 +205,8 @@ module.exports = function(S) {
|
||||
region: this.evt.options.region,
|
||||
names: this.endpoints,
|
||||
aliasEndpoint: this.evt.options.aliasEndpoint,
|
||||
aliasRestApi: this.evt.options.aliasRestApi
|
||||
aliasRestApi: this.evt.options.aliasRestApi,
|
||||
description: this.evt.options.description
|
||||
}
|
||||
};
|
||||
|
||||
@ -218,4 +219,4 @@ module.exports = function(S) {
|
||||
}
|
||||
|
||||
return( EndpointDeploy );
|
||||
};
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user