You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not really familiar with AWS Lambda, but after a little bit of digging around, it looks like Chromium tries to spawn some additional processes, which Lambda really doesn't like. This is something you can disable in the launch args, which are passed through the API constructor.
It's worth trying to construct the api with the extra kwarg args=["--disable-gpu", "--single-process"], something like:
Love the library! Thanks for all your great work.
I'm wondering if anyone has used this library in AWS Lambda successfully? I have tried and it seems to have trouble because of Chromium.
Thanks in advance for any suggestions.
The text was updated successfully, but these errors were encountered: