How to set up an R-based AWS Lambda to write to AWS S3 on a schedule
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... [Read more...]