APS 03
In this assignment, we are going to create a new version of the work from the API class.
Accept assignment
All assignments delivery will be made using Git repositories. Access the link below to accept the invitation and start working on the third assignment.
Clone repository
Clone your private repository:
Question 1
Start working!
Our goal is to transform the predict
route from class 02 into a lambda function. In other words, assume the model is already trained and that the model pickle can be embedded in the Docker image.
Important!
Realize that we will no longer be using FastAPI. We will create a lambda function that has a handler for predict, then we will create an API Gateway that exposes the lambda function.
Question 2
Question 3
Question 4
Question 5
Question 6
Question 7
Question 8
Question 9
Question 10
Question 11
Question 12