lambdr
lambdr copied to clipboard
Run R containers on AWS Lambda
At the day job I finally obtained a slice of the AWS pie for my team, and I am really excited for this package! Are there specific areas you'd like...
Hey @mdneuzerling, I have a proposal for you. I’d like to collaborate on reworking/expanding the package documentation and articles/vignettes. I think for people like me, who are “not-beginners” at R,...
`lambdr` is set up to use the `logger` package, and all logs automatically go to Cloudwatch. The package is missing instructions on how to use this functionality, perhaps in the...
I had to use my dockerfile FROM, it relies on another OS version. Trying to adapt it, I found that the example in the documentation has some unclear implicit behavior,...
Just a PSA here! As of last month, the Amazon `public.ecr.aws/lambda/provided` base image for Lambda [is now built on Amazon Linux 2023](https://aws.amazon.com/blogs/compute/introducing-the-amazon-linux-2023-runtime-for-aws-lambda/). If you're like me and have been using...