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