articles
Using a lambda function to interact with a deployed ML model on Sagemaker
When you deploy an ML model on SageMaker you have to communicate with it. A possibility is to use AWS Lambda function to do so. A Lambda function is a serverless computing platform integrated into the AWS catalog of services. This service allows a person to create functions and has Read more…