How to set up an R-based AWS Lambda to write to AWS S3 on a schedule
R-bloggers 2023-03-12
Summary:
Overview At the end of this tutorial, we would have created an AWS Lambda function that fetches the most-recent Tidytuesday dataset and writes it into an S3 Bucket every Wednesday. To do this, we’ll first work interactively with {r2lambda} and {p...
Continue reading: How to set up an R-based AWS Lambda to write to AWS S3 on a schedule