serverless python starter:Serverless Framework的Python入门项目 源码
无服务器Python入门 适用于Python入门项目,具有对依赖项(使用和 )和测试(使用 )的支持。 演示版 该服务的演示版本托管在AWS上-https: 要求 安装 创建一个新项目 $ serverless install --url https://github.com/AnomalyInnovations/serverless-python-starter --name my-project 为您的项目创建虚拟环境 $ cd my-project $ virtualenv -p /usr/bin/python3.6 venv 激活虚拟环境 $ source venv/bin/ac
文件列表
serverless-python-starter-master.zip
(预估有个7文件)
serverless-python-starter-master
package.json
662B
tests
test_handler.py
270B
package-lock.json
11KB
serverless.yml
332B
.gitignore
1KB
README.md
3KB
handler.py
202B
暂无评论