Skip to content

Commit f1b7381

Browse files
committed
update
1 parent d010ca4 commit f1b7381

File tree

153 files changed

+357
-357
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

153 files changed

+357
-357
lines changed

async-task/python3/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Type: Application
22
Name: start-async-task-python3
3-
Version: 0.1.8
3+
Version: 0.1.11
44
Provider:
55
- 阿里云
66
Description: 快速部署一个 Python 3.6 的 async task 函数到阿里云函数计算。

async-task/python3/readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@
5050

5151
- 通过 [Serverless Devs Cli](https://www.serverless-devs.com/serverless-devs/install) 进行部署:
5252
- [安装 Serverless Devs Cli 开发者工具](https://www.serverless-devs.com/serverless-devs/install) ,并进行[授权信息配置](https://www.serverless-devs.com/fc/config)
53-
- 初始化项目:\`s init start-async-task-python3 -d start-async-task-python3\`
54-
- 进入项目,并进行项目部署:\`cd start-async-task-python3 && s deploy -y\`
53+
- 初始化项目:`s init start-async-task-python3 -d start-async-task-python3`
54+
- 进入项目,并进行项目部署:`cd start-async-task-python3 && s deploy -y`
5555

5656
</deploy>
5757

@@ -77,7 +77,7 @@
7777

7878
| <img src="https://serverless-article-picture.oss-cn-hangzhou.aliyuncs.com/1635407298906_20211028074819117230.png" width="130px" > | <img src="https://serverless-article-picture.oss-cn-hangzhou.aliyuncs.com/1635407044136_20211028074404326599.png" width="130px" > | <img src="https://serverless-article-picture.oss-cn-hangzhou.aliyuncs.com/1635407252200_20211028074732517533.png" width="130px" > |
7979
|--- | --- | --- |
80-
| <center>微信公众号:\`serverless\`</center> | <center>微信小助手:\`xiaojiangwh\`</center> | <center>钉钉交流群:\`33947367\`</center> |
80+
| <center>微信公众号:`serverless`</center> | <center>微信小助手:`xiaojiangwh`</center> | <center>钉钉交流群:`33947367`</center> |
8181

8282
</p>
8383

async-task/python3/src/readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@
5050

5151
- 通过 [Serverless Devs Cli](https://www.serverless-devs.com/serverless-devs/install) 进行部署:
5252
- [安装 Serverless Devs Cli 开发者工具](https://www.serverless-devs.com/serverless-devs/install) ,并进行[授权信息配置](https://www.serverless-devs.com/fc/config)
53-
- 初始化项目:\`s init start-async-task-python3 -d start-async-task-python3\`
54-
- 进入项目,并进行项目部署:\`cd start-async-task-python3 && s deploy -y\`
53+
- 初始化项目:`s init start-async-task-python3 -d start-async-task-python3`
54+
- 进入项目,并进行项目部署:`cd start-async-task-python3 && s deploy -y`
5555

5656
</deploy>
5757

@@ -77,7 +77,7 @@
7777

7878
| <img src="https://serverless-article-picture.oss-cn-hangzhou.aliyuncs.com/1635407298906_20211028074819117230.png" width="130px" > | <img src="https://serverless-article-picture.oss-cn-hangzhou.aliyuncs.com/1635407044136_20211028074404326599.png" width="130px" > | <img src="https://serverless-article-picture.oss-cn-hangzhou.aliyuncs.com/1635407252200_20211028074732517533.png" width="130px" > |
7979
|--- | --- | --- |
80-
| <center>微信公众号:\`serverless\`</center> | <center>微信小助手:\`xiaojiangwh\`</center> | <center>钉钉交流群:\`33947367\`</center> |
80+
| <center>微信公众号:`serverless`</center> | <center>微信小助手:`xiaojiangwh`</center> | <center>钉钉交流群:`33947367`</center> |
8181

8282
</p>
8383

custom-container-function/fc-custom-container-event-cpp/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Type: Application
22
Name: start-fc-custom-container-event-cpp
33
Provider:
44
- 阿里云
5-
Version: 1.3.15
5+
Version: 1.3.18
66
Description: 快速部署一个基于 Custom Container Runtime 的 C++ Event 类型的 Hello World 到阿里云函数计算
77
HomePage: https://github.com/devsapp/start-fc
88
Tags:

custom-container-function/fc-custom-container-event-cpp/readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@
5050

5151
- 通过 [Serverless Devs Cli](https://www.serverless-devs.com/serverless-devs/install) 进行部署:
5252
- [安装 Serverless Devs Cli 开发者工具](https://www.serverless-devs.com/serverless-devs/install) ,并进行[授权信息配置](https://www.serverless-devs.com/fc/config)
53-
- 初始化项目:\`s init start-fc-custom-container-event-cpp -d start-fc-custom-container-event-cpp\`
54-
- 进入项目,并进行项目部署:\`cd start-fc-custom-container-event-cpp && s deploy -y\`
53+
- 初始化项目:`s init start-fc-custom-container-event-cpp -d start-fc-custom-container-event-cpp`
54+
- 进入项目,并进行项目部署:`cd start-fc-custom-container-event-cpp && s deploy -y`
5555

5656
</deploy>
5757

@@ -80,7 +80,7 @@
8080

8181
| <img src="https://serverless-article-picture.oss-cn-hangzhou.aliyuncs.com/1635407298906_20211028074819117230.png" width="130px" > | <img src="https://serverless-article-picture.oss-cn-hangzhou.aliyuncs.com/1635407044136_20211028074404326599.png" width="130px" > | <img src="https://serverless-article-picture.oss-cn-hangzhou.aliyuncs.com/1635407252200_20211028074732517533.png" width="130px" > |
8282
|--- | --- | --- |
83-
| <center>微信公众号:\`serverless\`</center> | <center>微信小助手:\`xiaojiangwh\`</center> | <center>钉钉交流群:\`33947367\`</center> |
83+
| <center>微信公众号:`serverless`</center> | <center>微信小助手:`xiaojiangwh`</center> | <center>钉钉交流群:`33947367`</center> |
8484

8585
</p>
8686

custom-container-function/fc-custom-container-event-cpp/src/readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@
5050

5151
- 通过 [Serverless Devs Cli](https://www.serverless-devs.com/serverless-devs/install) 进行部署:
5252
- [安装 Serverless Devs Cli 开发者工具](https://www.serverless-devs.com/serverless-devs/install) ,并进行[授权信息配置](https://www.serverless-devs.com/fc/config)
53-
- 初始化项目:\`s init start-fc-custom-container-event-cpp -d start-fc-custom-container-event-cpp\`
54-
- 进入项目,并进行项目部署:\`cd start-fc-custom-container-event-cpp && s deploy -y\`
53+
- 初始化项目:`s init start-fc-custom-container-event-cpp -d start-fc-custom-container-event-cpp`
54+
- 进入项目,并进行项目部署:`cd start-fc-custom-container-event-cpp && s deploy -y`
5555

5656
</deploy>
5757

@@ -80,7 +80,7 @@
8080

8181
| <img src="https://serverless-article-picture.oss-cn-hangzhou.aliyuncs.com/1635407298906_20211028074819117230.png" width="130px" > | <img src="https://serverless-article-picture.oss-cn-hangzhou.aliyuncs.com/1635407044136_20211028074404326599.png" width="130px" > | <img src="https://serverless-article-picture.oss-cn-hangzhou.aliyuncs.com/1635407252200_20211028074732517533.png" width="130px" > |
8282
|--- | --- | --- |
83-
| <center>微信公众号:\`serverless\`</center> | <center>微信小助手:\`xiaojiangwh\`</center> | <center>钉钉交流群:\`33947367\`</center> |
83+
| <center>微信公众号:`serverless`</center> | <center>微信小助手:`xiaojiangwh`</center> | <center>钉钉交流群:`33947367`</center> |
8484

8585
</p>
8686

custom-container-function/fc-custom-container-event-nodejs14/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Type: Application
22
Name: start-fc-custom-container-event-nodejs14
33
Provider:
44
- 阿里云
5-
Version: 1.2.7
5+
Version: 1.2.10
66
Description: 快速部署一个基于custom container runtime 的 nodejs14 Event 类型的 Hello World 到阿里云函数计算
77
HomePage: https://github.com/devsapp/start-fc
88
Tags:

custom-container-function/fc-custom-container-event-nodejs14/readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@
5050

5151
- 通过 [Serverless Devs Cli](https://www.serverless-devs.com/serverless-devs/install) 进行部署:
5252
- [安装 Serverless Devs Cli 开发者工具](https://www.serverless-devs.com/serverless-devs/install) ,并进行[授权信息配置](https://www.serverless-devs.com/fc/config)
53-
- 初始化项目:\`s init start-fc-custom-container-event-nodejs14 -d start-fc-custom-container-event-nodejs14\`
54-
- 进入项目,并进行项目部署:\`cd start-fc-custom-container-event-nodejs14 && s deploy -y\`
53+
- 初始化项目:`s init start-fc-custom-container-event-nodejs14 -d start-fc-custom-container-event-nodejs14`
54+
- 进入项目,并进行项目部署:`cd start-fc-custom-container-event-nodejs14 && s deploy -y`
5555

5656
</deploy>
5757

@@ -77,7 +77,7 @@
7777

7878
| <img src="https://serverless-article-picture.oss-cn-hangzhou.aliyuncs.com/1635407298906_20211028074819117230.png" width="130px" > | <img src="https://serverless-article-picture.oss-cn-hangzhou.aliyuncs.com/1635407044136_20211028074404326599.png" width="130px" > | <img src="https://serverless-article-picture.oss-cn-hangzhou.aliyuncs.com/1635407252200_20211028074732517533.png" width="130px" > |
7979
|--- | --- | --- |
80-
| <center>微信公众号:\`serverless\`</center> | <center>微信小助手:\`xiaojiangwh\`</center> | <center>钉钉交流群:\`33947367\`</center> |
80+
| <center>微信公众号:`serverless`</center> | <center>微信小助手:`xiaojiangwh`</center> | <center>钉钉交流群:`33947367`</center> |
8181

8282
</p>
8383

custom-container-function/fc-custom-container-event-nodejs14/src/readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@
5050

5151
- 通过 [Serverless Devs Cli](https://www.serverless-devs.com/serverless-devs/install) 进行部署:
5252
- [安装 Serverless Devs Cli 开发者工具](https://www.serverless-devs.com/serverless-devs/install) ,并进行[授权信息配置](https://www.serverless-devs.com/fc/config)
53-
- 初始化项目:\`s init start-fc-custom-container-event-nodejs14 -d start-fc-custom-container-event-nodejs14\`
54-
- 进入项目,并进行项目部署:\`cd start-fc-custom-container-event-nodejs14 && s deploy -y\`
53+
- 初始化项目:`s init start-fc-custom-container-event-nodejs14 -d start-fc-custom-container-event-nodejs14`
54+
- 进入项目,并进行项目部署:`cd start-fc-custom-container-event-nodejs14 && s deploy -y`
5555

5656
</deploy>
5757

@@ -77,7 +77,7 @@
7777

7878
| <img src="https://serverless-article-picture.oss-cn-hangzhou.aliyuncs.com/1635407298906_20211028074819117230.png" width="130px" > | <img src="https://serverless-article-picture.oss-cn-hangzhou.aliyuncs.com/1635407044136_20211028074404326599.png" width="130px" > | <img src="https://serverless-article-picture.oss-cn-hangzhou.aliyuncs.com/1635407252200_20211028074732517533.png" width="130px" > |
7979
|--- | --- | --- |
80-
| <center>微信公众号:\`serverless\`</center> | <center>微信小助手:\`xiaojiangwh\`</center> | <center>钉钉交流群:\`33947367\`</center> |
80+
| <center>微信公众号:`serverless`</center> | <center>微信小助手:`xiaojiangwh`</center> | <center>钉钉交流群:`33947367`</center> |
8181

8282
</p>
8383

custom-container-function/fc-custom-container-event-python3.9/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Type: Application
22
Name: start-fc-custom-container-event-python3.9
33
Provider:
44
- 阿里云
5-
Version: 1.2.7
5+
Version: 1.2.10
66
Description: 快速部署一个基于custom container runtime 的 python3.9 Event 类型的 Hello World 到阿里云函数计算
77
HomePage: https://github.com/devsapp/start-fc
88
Tags:

0 commit comments

Comments
 (0)