import json from src.app import handler with open("event.json") as file: event_data = json.load(file) handler(event_data, None)