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