from src import app # Example event JSON for Lambda event = {} # Context (mock or use an empty object) context = {} # Run the handler response = app.handler(event, context) print(response)