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,实现基本功能
- Host: GitHub
- URL: https://github.com/wang-zerui/function-graph-client
- Owner: wang-zerui
- Created: 2021-08-27T01:59:17.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-28T16:16:47.000Z (almost 5 years ago)
- Last Synced: 2024-10-20T13:35:17.893Z (almost 2 years ago)
- Language: TypeScript
- Size: 35.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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] 获取触发器列表