mdneuzerling / r-on-lambda

An attempt to get an R runtime and function working on AWS Lambda using a container.

Home Page:https://mdneuzerling.com/post/r-on-aws-lambda-with-containers/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

R on AWS Lambda

This is an attempt to get an R runtime and function working on AWS Lambda using a container. My blog post on this subject is available here, but the code has since been updated.

Thanks to @rensa for contributions to the error handling code.

About

An attempt to get an R runtime and function working on AWS Lambda using a container.

https://mdneuzerling.com/post/r-on-aws-lambda-with-containers/

License:MIT License


Languages

Language:R 91.0%Language:Dockerfile 9.0%