1 Star 0 Fork 0

warai / starter-kit

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
s.yml 876 Bytes
一键复制 编辑 原始数据 按行查看 历史
edition: 3.0.0
name: starter-container
access: "default"
resources:
starter-container:
component: fc3
props:
region: cn-beijing
functionName: "run-starter"
description: 'starter runtime by serverless devs'
runtime: "python3.10"
code: ./
handler: index.handler
timeout: 120
cpu: 4
diskSize: 512
memorySize: 4096
internetAccess: true
ossMountConfig:
mountPoints:
- bucketName: starter-oss
endpoint: http://oss-cn-beijing-internal.aliyuncs.com
bucketPath: ''
mountDir: /mnt/oss
readOnly: false
environmentVariables:
PATH: >-
/opt/python/bin:/code/python/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/code:/code/bin:/opt:/opt/bin
PYTHONPATH: /opt/python
role: "[your role]"
Python
1
https://gitee.com/warai/starter-kit.git
git@gitee.com:warai/starter-kit.git
warai
starter-kit
starter-kit
main

搜索帮助