from typing import Any from scripts.rename_sharepoint_files import main def handler(event: dict[str, Any], context: Any) -> None: main()