commit
724001f038
3
.signore
3
.signore
|
@ -1,8 +1,7 @@
|
|||
node_modules
|
||||
.s
|
||||
tsconfig.json
|
||||
LICENSE
|
||||
package-lok.json
|
||||
package-lock.json
|
||||
.prettierrc.js
|
||||
.gitignore
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1,5 +0,0 @@
|
|||
import { ICredentials } from '../interface/entity';
|
||||
export default class Client {
|
||||
static buildFcClient(region: string, credentials: ICredentials): Promise<any>;
|
||||
private static getFcEndpoint;
|
||||
}
|
|
@ -27,13 +27,6 @@ export default class RemoteInvoke {
|
|||
* path 组装后的路径 /proxy/serviceName/functionName/path ,
|
||||
*/
|
||||
request(event: any): Promise<void>;
|
||||
handlerHttpParmase(event: any): {
|
||||
headers: any;
|
||||
queries: any;
|
||||
method: any;
|
||||
path: any;
|
||||
body: any;
|
||||
};
|
||||
private showLog;
|
||||
private getJsonEvent;
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "fc-remote-invoke",
|
||||
"version": "0.0.17",
|
||||
"version": "0.0.18",
|
||||
"description": "This is a component demo for Serverless Devs Tool ",
|
||||
"keywords": [
|
||||
"Serverless",
|
||||
|
|
|
@ -2,7 +2,7 @@ Type: Component
|
|||
Name: fc-remote-invoke
|
||||
Provider:
|
||||
- 其它
|
||||
Version: 0.0.17
|
||||
Version: 0.0.18
|
||||
Description: 初始化component模板
|
||||
HomePage: https://www.serverless-devs.com
|
||||
Tags: #标签详情
|
||||
|
|
Loading…
Reference in New Issue