aws-samples / aws-samples/deploy-python-flask-microservices-to-aws-using-open-source-tools
fastapi and uvicorn are loaded as dependencies but don't seem to be used
未关闭
- 主要语言
- HCL
- 星标
- 24
- 派生
- 39
- PR 合并指标
- 30 天内没有已合并 PR
描述
the [Dockerfile](https://github.com/aws-samples/deploy-python-flask-microservices-to-aws-using-open-source-tools/blob/main/app/Dockerfile) installs fastapi and uvicorn `RUN pip install --user fastapi uvicorn boto3 flask`, but they don't seem to be used in the project.
Is this an error and can they be removed?
贡献指南
调研方向
Start with app/Dockerfile and inspect the project for imports or runtime references to fastapi and uvicorn. Verify whether removing them still allows the Flask service image to build and run, then update the dependency install line if they are unused.
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- docker, fastapi, flask, python
- 领域
- backend, devops
- Issue 类型
- 重构
- 难度
- 2/5
- 预计耗时
- 1-3 小时
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 45/100