File tree Expand file tree Collapse file tree 2 files changed +12
-7
lines changed
Expand file tree Collapse file tree 2 files changed +12
-7
lines changed Original file line number Diff line number Diff line change 1+ requirements
Original file line number Diff line number Diff line change 1- org : orgDemo # (optional) serverless dashboard org. default is the first org you created during signup.
2- app : appDemo # (optional) serverless dashboard app. default is the same as the name property.
3- stage : dev # (optional) serverless dashboard stage. default is dev.
4- component : flask # (required) name of the component. In that case, it's flask.
5- name : flashDemo # (required) name of your flash component instance.
1+ org : orgDemo
2+ app : appDemo
3+ stage : dev
4+ component : flask
5+ name : flaskDemo
66
77inputs :
88 src :
99 # TODO: 安装python项目依赖到项目当前目录
10- hook : ' pip3 install -r requirements.txt -t ./'
11- dist : ./ # (optional) path to the source folder. default is a hello world app.
10+ hook : ' pip3 install -r requirements.txt -t ./requirements'
11+ dist : ./
12+ include :
13+ - source : ./requirements
14+ prefix : ../ # prefix, can make ./requirements files/dir to ./
1215 exclude :
1316 - .env
17+ - ' requirements/**'
1418 region : ap-guangzhou
1519 runtime : Python3.6
1620 apigatewayConf :
You can’t perform that action at this time.
0 commit comments