Skip to content

Instantly share code, notes, and snippets.

View filipececcon's full-sized avatar
🏠
Working from home

Filipe Ceccon de Alencar filipececcon

🏠
Working from home
View GitHub Profile
import boto3
import urllib
import zipfile
import uuid
import os
import shutil
def lambda_handler(event, context):
print("[lambda_handler] Start")
bucket_name = event['Records'][0]['s3']['bucket']['name']