中文 | English
通过该应用,您可以简单快速的创建一个 FG 案例到华为云函数计算服务。
- 下载命令行工具:
npm install -g @serverless-devs/s
- 初始化一个模版项目:
s init start-fg-http-nodejs18
- 进入项目后部署项目:
cd start-fg-http-nodejs18 && s deploy
-
Event函数(事件函数)
- fg-event-nodejs18:
s init start-fg-event-nodejs18
- fg-event-nodejs16:
s init start-fg-event-nodejs16
- fg-event-nodejs14:
s init start-fg-event-nodejs14
- fg-event-python3:
s init start-fg-event-python3
- fg-event-nodejs18:
-
HTTP函数
- fg-http-nodejs18:
s init start-fg-http-nodejs18
- fg-http-nodejs16:
s init start-fg-http-nodejs16
- fg-http-nodejs14:
s init start-fg-http-nodejs14
- fg-http-python3:
s init start-fg-http-python3
- fg-http-nodejs18: