
Host the web application that calls an R machine learning model on Amazon S3, so both the front end and the Lambda backend run without a server.

Host the web application that calls an R machine learning model on Amazon S3, so both the front end and the Lambda backend run without a server.

Expose an R machine learning model packaged in AWS Lambda through Amazon API Gateway, giving the model a callable HTTP endpoint on AWS.

In the previous post, it is discuss how to develop and package an R machine learning model. In this post, I'll illustrate how to deploy the model via AWS Lambda.

In this post, I'll demonstrate how to test and develop a logistic regression model developed in R. Also the model will be packaged for AWS Lambda.