中文 | English
通过该应用,您可以简单快速的创建一个 FC 案例到阿里云函数计算服务。
- 下载命令行工具:
npm install -g @serverless-devs/s - 初始化一个模版项目:
s init start-fc-http-python3 - 进入项目后部署项目:
cd start-fc && s deploy
- Event函数(事件函数)
- fc-event-node.js6:
s init start-fc-event-nodejs6 - fc-event-node.js8:
s init start-fc-event-nodejs8 - fc-event-node.js10:
s init start-fc-event-nodejs10 - fc-event-node.js12:
s init start-fc-event-nodejs12 - fc-event-php7.2:
s init start-fc-event-php7 - fc-event-python2.7:
s init start-fc-event-python2 - fc-event-python3.6:
s init start-fc-event-python3 - fc-event-java8:
s init start-fc-event-java8 - fc-event-golang1.x:
s init start-fc-event-golang1.x
- fc-event-node.js6:
- HTTP函数
- fc-http-node.js6:
s init start-fc-http-nodejs6 - fc-http-node.js8:
s init start-fc-http-nodejs8 - fc-http-node.js10:
s init start-fc-http-nodejs10 - fc-http-node.js12:
s init start-fc-http-nodejs12 - fc-http-php7.2:
s init start-fc-http-php7 - fc-http-python2.7:
s init start-fc-http-python2 - fc-http-python3.6:
s init start-fc-http-python3 - fc-http-java8:
s init start-fc-http-java8 - fc-http-golang1.x:
s init start-fc-http-golang1.x
- fc-http-node.js6:
- Custom案例(自定义运行时)
- Golang
- Event函数(事件函数) fc-custom-golang-event:
s init fc-custom-golang-event - Websocket案例 fc-custom-golang-websocket:
s init fc-custom-golang-websocket
- Event函数(事件函数) fc-custom-golang-event:
- Nodejs10
- Event函数(事件函数) fc-custom-nodejs10-event:
s init fc-custom-nodejs10-event - Websocket案例 fc-custom-nodejs10-websocket:
s init fc-custom-nodejs10-websocket
- Event函数(事件函数) fc-custom-nodejs10-event:
- Nodejs12
- Event函数(事件函数) fc-custom-nodejs12-event:
s init fc-custom-nodejs12-event - Websocket案例 fc-custom-nodejs12-websocket:
s init fc-custom-nodejs12-websocket
- Event函数(事件函数) fc-custom-nodejs12-event:
- PHP74-Swoole
- Event函数(事件函数) fc-custom-php74-event:
s init fc-custom-php74-event - HTTP函数 fc-custom-php74-http:
s init fc-custom-php74-http
- Event函数(事件函数) fc-custom-php74-event:
- Python37
- Event函数(事件函数) fc-custom-python37-event:
s init fc-custom-python37-event - HTTP函数 fc-custom-python37-http:
s init fc-custom-python37-http - Webscoket案例 fc-custom-python37-websocket:
s init fc-custom-python37-websocket
- Event函数(事件函数) fc-custom-python37-event:
- C++
- Event函数(事件函数) fc-custom-cpp-event:
s init fc-custom-cpp-event - HTTP函数 fc-custom-cpp-http:
s init fc-custom-cpp-http
- Event函数(事件函数) fc-custom-cpp-event:
- Java8-SpringBoot fc-custom-java8-http:
s init fc-custom-java8-http - Ruby fc-custom-ruby-event:
s init fc-custom-ruby-event - Powershell fc-custom-powershell-event:
s init fc-custom-powershell-event - F# fc-custom-fsharp-http:
s init fc-custom-fsharp-http - TypeScript fc-custom-typescript-event:
s init fc-custom-typescript-event - Lua fc-custom-lua-event:
s init fc-custom-lua-event - Dart fc-custom-dart-event:
s init fc-custom-dart-event - Rust fc-custom-rust-event:
s init fc-custom-rust-event
- Golang
- Custom Container案例(自定义容器镜像运行时)
- Event函数(事件函数)
- fc-custom-container-event-cpp:
s init start-fc-custom-container-event-cpp - fc-custom-container-event-nodejs14:
s init start-fc-custom-container-event-nodejs14 - fc-custom-container-event-python3.9:
s init start-fc-custom-container-event-python3.9
- fc-custom-container-event-cpp:
- HTTP函数
- fc-custom-container-http-cpp:
s init start-fc-custom-container-http-cpp - fc-custom-container-http-springboot:
s init start-fc-custom-container-http-springboot - fc-custom-container-http-aspdotnetcore:
s init start-fc-custom-container-http-aspdotnetcore
- fc-custom-container-http-cpp:
- Websocket案例
- fc-custom-container-websocket-golang:
s init start-fc-custom-container-websocket-golang - fc-custom-container-websocket-nodejs14:
s init start-fc-custom-container-websocket-nodejs14 - fc-custom-container-websocket-python3.9:
s init start-fc-custom-container-websocket-python3.9
- fc-custom-container-websocket-golang:
- Event函数(事件函数)
- 任务
- Python3:
s init start-async-task-python3
- Python3:
- Serverless Devs 项目:https://www.github.com/serverless-devs/serverless-devs
- Serverless Devs 文档:https://www.github.com/serverless-devs/docs
- Serverless Devs 钉钉交流群:33947367
