The bookmobile due-tonight ranker is a tiny serialized model, invoked from an existing Lambda-backed API, a few thousand times a day, well inside Lambda size and timeout limits. Standing up SageMaker hosting would be new platform work. Which target fits?
Select an answer to reveal the explanation.
Short Explanation
The bookmobile ranker is tiny and already invoked from a Lambda-backed API. Stay on Lambda. A SageMaker instance is new platform work, EKS is not required, and Translate is not that target.
Full Explanation
AWS Lambda is the deployment target when the model fits a function and the existing architecture is already Lambda. A SageMaker real-time instance is new platform work. EKS is not required for a tiny ranker, and Translate is not that target.