Machine Learning API Test
Introduction I decided to write this post to demonstrate how to test my ML API deployed on AWS, you may find the API project in my repository: Machine Learning AWS API. This project aims to create a Python API using FastAPI and deploy it to AWS Lambda. The API is designed to serve predictions based on models imported from an external repository: Machine Learning Models Repository. The application is containerized with Docker, providing an isolated and reproducible development environment.