Run the Lambda functions normally like any python script:
if __name__ == "__main__":
event = []
context = []
lambda_handler(event, context)
Keep the correct python version installed and also the required dependencies, if you use virtual environments.