File tree Expand file tree Collapse file tree 18 files changed +51
-97
lines changed Expand file tree Collapse file tree 18 files changed +51
-97
lines changed Original file line number Diff line number Diff line change 1
- web-framework/nginx
1
+ web-framework/nodejs/egg
2
+ web-framework/nodejs/express
3
+ web-framework/nodejs/koa
4
+ web-framework/nodejs/midway-koa
5
+ web-framework/nodejs/nest
6
+ web-framework/nodejs/next
7
+ web-framework/nodejs/nuxt-ssr
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Type: Application
2
2
Name : start-egg
3
3
Provider :
4
4
- 阿里云
5
- Version : 1.2.20
5
+ Version : 1.2.21
6
6
Description : 为企业级框架和应用而生(部署到Custom运行时)
7
7
HomePage : https://github.com/devsapp/start-web-framework
8
8
Tags :
Original file line number Diff line number Diff line change @@ -19,16 +19,15 @@ name: web-framework-app
19
19
# access 是当前应用所需要的密钥信息配置:
20
20
# 密钥配置可以参考:https://www.serverless-devs.com/serverless-devs/command/config
21
21
# 密钥使用顺序可以参考:https://www.serverless-devs.com/serverless-devs/tool#密钥使用顺序与规范
22
- access : " fc-console- access"
22
+ access : " {{ access }} "
23
23
24
24
vars : # 全局变量
25
- region : " cn-hangzhou "
26
- functionName : " egg "
25
+ region : " {{ region }} "
26
+ functionName : " {{ functionName }} "
27
27
service :
28
- name : " web-framework-demo "
28
+ name : " {{ serviceName }} "
29
29
description : ' Serverless Devs Web Framework Service'
30
30
31
-
32
31
services :
33
32
framework : # 业务名称/模块名称
34
33
# 如果只想针对 framework 下面的业务进行相关操作,可以在命令行中加上 framework,例如:
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Type: Application
2
2
Name : start-express
3
3
Provider :
4
4
- 阿里云
5
- Version : 1.2.20
5
+ Version : 1.2.21
6
6
Description : 基于 Node.js 平台,快速、开放、极简的 Web 开发框架(部署到Custom运行时)
7
7
HomePage : https://github.com/devsapp/start-web-framework
8
8
Tags :
Original file line number Diff line number Diff line change @@ -19,15 +19,15 @@ name: web-framework-app
19
19
# access 是当前应用所需要的密钥信息配置:
20
20
# 密钥配置可以参考:https://www.serverless-devs.com/serverless-devs/command/config
21
21
# 密钥使用顺序可以参考:https://www.serverless-devs.com/serverless-devs/tool#密钥使用顺序与规范
22
- access : " fc-console- access"
22
+ access : " {{ access }} "
23
23
24
24
vars : # 全局变量
25
- region : " cn-hangzhou "
26
- functionName : " express "
25
+ region : " {{ region }} "
26
+ functionName : " {{ functionName }} "
27
27
service :
28
- name : " web-framework-demo "
28
+ name : " {{ serviceName }} "
29
29
description : ' Serverless Devs Web Framework Service'
30
-
30
+
31
31
services :
32
32
framework : # 业务名称/模块名称
33
33
# 如果只想针对 framework 下面的业务进行相关操作,可以在命令行中加上 framework,例如:
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Type: Application
2
2
Name : start-hapi
3
3
Provider :
4
4
- 阿里云
5
- Version : 1.2.21
5
+ Version : 1.2.22
6
6
Description : HapiJS是一个开源的、基于Node.js的应用框架,它适用于构建应用程序和服务,其设计目标是让开发者把精力集中于开发可重用的应用程序的业务逻辑,向开发者提供构建应用程序业务逻辑所需的基础设施。
7
7
HomePage : https://github.com/devsapp/start-web-framework
8
8
Tags :
Original file line number Diff line number Diff line change @@ -19,13 +19,13 @@ name: web-framework-app
19
19
# access 是当前应用所需要的密钥信息配置:
20
20
# 密钥配置可以参考:https://www.serverless-devs.com/serverless-devs/command/config
21
21
# 密钥使用顺序可以参考:https://www.serverless-devs.com/serverless-devs/tool#密钥使用顺序与规范
22
- access : " fc-console- access"
22
+ aaccess : " {{ access }} "
23
23
24
24
vars : # 全局变量
25
- region : " cn-hangzhou "
26
- functionName : " hapi "
25
+ region : " {{ region }} "
26
+ functionName : " {{ functionName }} "
27
27
service :
28
- name : " web-framework-demo "
28
+ name : " {{ serviceName }} "
29
29
description : ' Serverless Devs Web Framework Service'
30
30
31
31
services :
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Type: Application
2
2
Name : start-koa
3
3
Provider :
4
4
- 阿里云
5
- Version : 1.2.20
5
+ Version : 1.2.21
6
6
Description : Koa 是一个新的 web 框架,由 Express 幕后的原班人马打造, 致力于成为 web 应用和 API 开发领域中的一个更小、更富有表现力、更健壮的基石(部署到Custom运行时)
7
7
HomePage : https://github.com/devsapp/start-web-framework
8
8
Tags :
Original file line number Diff line number Diff line change @@ -19,15 +19,15 @@ name: web-framework-app
19
19
# access 是当前应用所需要的密钥信息配置:
20
20
# 密钥配置可以参考:https://www.serverless-devs.com/serverless-devs/command/config
21
21
# 密钥使用顺序可以参考:https://www.serverless-devs.com/serverless-devs/tool#密钥使用顺序与规范
22
- access : " fc-console- access"
22
+ access : " {{ access }} "
23
23
24
24
vars : # 全局变量
25
- region : " cn-hangzhou "
26
- functionName : " koa "
25
+ region : " {{ region }} "
26
+ functionName : " {{ functionName }} "
27
27
service :
28
- name : " web-framework-demo "
28
+ name : " {{ serviceName }} "
29
29
description : ' Serverless Devs Web Framework Service'
30
-
30
+
31
31
services :
32
32
framework : # 业务名称/模块名称
33
33
# 如果只想针对 framework 下面的业务进行相关操作,可以在命令行中加上 framework,例如:
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Type: Application
2
2
Name : start-midway-koa
3
3
Provider :
4
4
- 阿里云
5
- Version : 1.2.20
5
+ Version : 1.2.21
6
6
Description : 为企业级框架和应用而生(部署到Custom运行时)
7
7
HomePage : https://github.com/devsapp/start-web-framework
8
8
Tags :
You can’t perform that action at this time.
0 commit comments