from dotenv import load_dotenv load_dotenv() from src.index import handler if __name__ == '__main__': res = handler({}, None) print(res)