results = []
def handle(event_type, context):
    results.append(event_type)
