Skip to content

Instantly share code, notes, and snippets.

View QuinnyPig's full-sized avatar

Corey Quinn QuinnyPig

View GitHub Profile
import boto3
import requests
def handler(context, event):
url = "https://sisa.msal.gov.ar/datos/descargas/covid-19/files/datos_nomivac_covid19.zip"
session = requests.Session()
response = session.get(url, stream=True)
s3_bucket = "streambucket-shitposting"