drjimmyjiang

Results 2 comments of drjimmyjiang

> @drjimmyjiang > > It seems like you might be running into this function frequently. If so, it's possible that previous executions have filled up the space, causing the current...

> ```diff > + import shutil > > def handler(event=None, context=None): > + shutil.rmtree("/tmp") > options = webdriver.ChromeOptions() > service = webdriver.ChromeService("/opt/chromedriver") > ``` > > Maybe like this? I...