-
Notifications
You must be signed in to change notification settings - Fork 48
Layer with Python runtime support #63
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
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? |
Just to add a bit more details to this discussion. I'm using Layer v50. this is what I get when I listdir the content of the layer in
this is the content of
Any suggestions on how to use the Layer with Python is appreciated. I really want to avoid having to use Docker images if possible. |
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: