An open API service indexing awesome lists of open source software.

https://github.com/mdneuzerling/r-on-lambda

An attempt to get an R runtime and function working on AWS Lambda using a container.
https://github.com/mdneuzerling/r-on-lambda

Last synced: 4 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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](https://mdneuzerling.com/post/r-on-aws-lambda-with-containers/), but the code has since been updated.

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