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