-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Layer with Python runtime support #63
Comments
It is supported; we publish the layer without restricting the runtime. |
Do you know what the import statement would be? |
The layer contains a pre-compiled Chromium binary, which you can run just like any other executable in Python. It's probably located at |
Hey @vladholubiev, I had a similar use case of trying to launch Playwright-Python (Pyppeteer package recommended Playwright) browser on a lambda function using the layer here. I ran into two issues:
|
Can you please share more info? When I download the .zip layer I only see nodejs/node_modules. How do I use this within python runtime? |
Would it be possible to create a similar Chrome AWS Lambda layer that is compatible with Python Lambda functions?
The text was updated successfully, but these errors were encountered: