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
- Langage dominant
- HCL
- Étoiles
- 24
- Forks
- 39
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
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?
Guide de contribution
Ouvrir le guide de contribution
Piste de recherche
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.
Rédigé par le modèle d'indexation à partir du texte de l'issue.
Évaluation
- Stack technique
- docker, fastapi, flask, python
- Domaine
- backend, devops
- Type d'issue
- Refactorisation
- Difficulté
- 2/5
- Temps estimé
- 1-3 heures
- Activité
- À l'abandon
- Clarté
- Plutôt claire
- Accessibilité débutants
- 45/100