An open API service indexing awesome lists of open source software.

https://github.com/wang-zerui/function-graph-client

一个简单的华为云函数nodejs-sdk,实现基本功能
https://github.com/wang-zerui/function-graph-client

Last synced: over 1 year ago
JSON representation

一个简单的华为云函数nodejs-sdk,实现基本功能

Awesome Lists containing this project

README

          

## 华为云函数FunctionGraph的nodejs-sdk

参考[华为云函数文档](https://support.huaweicloud.com/functiongraph/index.html)编写

TODO:

+ [x] 函数创建
+ [x] 函数代码更新
+ [x] 函数配置更新
+ [x] 获取函数列表
+ [x] 删除函数
+ [x] 创建触发器
+ [x] 更新触发器
+ [x] 删除触发器
+ [x] 获取触发器列表