Discindo
Discindo
Home
Projects
About
Light
Dark
Automatic
r2lambda
r2lambda update to support multi-file projects and renv projects
A demo of two newly added features in the
{r2lambda}
R package. How to deploy R projects with multiple files, and how to use the
{renv}
lockfile to manage dependencies in the AWS Lambda docker image
Teofil Nakov
Last updated on 2024-10-18
3 min read
AWS
,
R
Project
How to set up an R-based AWS Lambda to write to AWS S3 on a schedule
An introduction to working with AWS S3 from R and a step-by-step workflow to set an AWS Lambda functon to save datasets to an S3 bucket on a weekly schedule
Teofil Nakov
Last updated on 2023-03-27
8 min read
AWS
,
R
Project
Set an R-based AWS Lambda function to run on a schedule
A step-by-step tutorial on how to deploy an R-based AWS Lambda function, how to set it to run on a recurring schedule, how to validate that the execution happens on schedule, and how to clean up. All from the R console.
Teofil Nakov
Last updated on 2023-03-09
6 min read
AWS
,
R
Project
An R AWS Lambda function to download Tidytuesday datasets
A detailed walk through the steps to prepare a custom R script for deployment as AWS Lambda with the
r2lambda
package. How to prepare an
R
script? What are the roles of several key arguments? How to request longer timeout or more memory for a Lambda function? How to parse the response payload returned by the Lambda function?
Teofil Nakov
Last updated on 2023-02-25
5 min read
AWS
,
R
Project
Cite
×