after few hours of troubleshooting to get Selenium works in AWS Lambda with python i was able to fix this issue by comment the single-process option:
#chrome_options.add_argument("--single-process")