A Brazilian government ministry published a number of key impact statistics for the Brazil Floods on a daily basis. In order to automate the collection of that data into a running log, I used AWS Lambda to trigger a custom Python script that grabs the relevant figures and appends each day's stats to a CSV file stored in an S3 bucket. Complete repo here: https://github.com/JonathanGarro/brazil_impact_scraper
View Article