文件名称:serverless-api-service:使用API网关,Lambda函数和FastAPI框架的无服务器通用API服务。
文件大小:24KB
文件格式:ZIP
更新时间:2024-05-01 20:59:38
Python
无服务器API服务 使用API网关,Lambda函数和FastAPI框架的无服务器通用API服务... 安装依赖项 pip install -r requirements.txt 在本地运行项目 uvicorn main:app --reload python manage.py run 使用Docker运行项目 docker build -t serverless-api-service . docker run -p 8080:8080 \ --env REGION=us-east-1 \ --env ACTIVE_SERVICES=MockService,DynamoService \ serverless-api-service 环境变量 export AWS_SAM_STACK_NAME=serverless-api-service export ACTIVE_S
【文件预览】:
serverless-api-service-main
----.gitignore(2KB)
----Dockerfile(391B)
----template.yml(6KB)
----buildspec.yaml(392B)
----requirements.txt(72B)
----project()
--------api()
--------requirements.txt(263B)
--------__init__.py(297B)
----LICENSE(18KB)
----README.md(2KB)
----main.py(543B)
----manage.py(1KB)
----.aws-sam()
--------build.toml(281B)