use npm
$ npm i egg-aliyun-api-gateway-full --save
use yarn
$ yarn add egg-aliyun-api-gateway-full
// {app_root}/config/plugin.js
exports.aliyunApiGateway = {
enable: true,
package: 'egg-aliyun-api-gateway',
};
// {app_root}/config/config.default.js
exports.aliyunApiGateway = {
appKey: 'your appKey',
appSecret: 'your appSecret',
stage : 'RELEASE', //default 'RELEASE'
verbose : true // default true, true means return result with request and response。
};
see config/config.default.js for more detail.
Please open an issue here.