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.
- Host: GitHub
- URL: https://github.com/mdneuzerling/r-on-lambda
- Owner: mdneuzerling
- License: mit
- Created: 2020-12-03T20:37:25.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-06-06T21:50:57.000Z (almost 4 years ago)
- Last Synced: 2024-08-13T07:13:31.495Z (8 months ago)
- Language: R
- Homepage: https://mdneuzerling.com/post/r-on-aws-lambda-with-containers/
- Size: 39.1 KB
- Stars: 32
- Watchers: 6
- Forks: 15
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- jimsghstars - mdneuzerling/r-on-lambda - An attempt to get an R runtime and function working on AWS Lambda using a container. (R)
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.