Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- EC2
- FastAPI
- AWS
- docker
- POD
- DevOps
- Python
- asyncio
- Kubernetes
- IAC
- 쿠버네티스
- dockerfile
- AZURE
- ebs
- Django
- ansible
- AZ-900
- leetcode
- asgi
- Network
- event loop
- terraform
- intervals
- 자바스크립트
- K8S
- WSGI
- Service
- EKS
- elasticsearch
- Deployment
Archives
- Today
- Total
목록depends (1)
궁금한게 많은 개발자 노트
[ Python ] FastAPI - Depends
FastAPI에서는 강력하고 직관적인 Dependency Injection system을 가지고 있습니다.사용하기에 쉽고, 개발자로 하여금 FastAPI를 사용해 다른 컴포넌트들과 통합하기에 유용하도록 설계되었습니다. Dependency Injection이란?"Dependency Injection" means, in programming, that there is a way for your code (in this case, your path operation functions) to declare things that it requires to work and use: "dependencies". And then, that system (in this case FastAPI) will take care..
Back End
2022. 6. 3. 15:07