* Exploring FastAPI Swagger API docs for microservice with wikipedia library
15
* Adding NLP with textblob library in Python
16
* Running tests with Pytest
17
* Integrating Docker with FastAPI
18
* Using AWS ECR Elastic Container Registry with FastAPI
19
* Integrating AWS CodeBuild for Continuous Delivery to ECR
Description:
Embark on a comprehensive two-hour tutorial that guides you through building real-world AWS microservices using Python and FastAPI from the ground up. Learn essential DevOps practices as you progress from setting up a development environment in GitHub CodeSpaces to deploying a fully functional microservice on AWS. Master key concepts such as project scaffolding, virtual environments, dependency management, and continuous integration with GitHub Actions. Dive into advanced topics including library creation, CLI tool development with Python Fire, and API implementation using FastAPI. Explore natural language processing integration, containerization with Docker, and continuous delivery to AWS Elastic Container Registry using AWS CodeBuild. By the end of this hands-on tutorial, gain practical experience in end-to-end DevOps workflows and acquire valuable skills for building and deploying cloud-based microservices.
Build Real-World AWS Microservices with Python and FastAPI From Zero