Skip to content
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

Open
justincandoit opened this issue Dec 1, 2023 · 3 comments
Open

Layer with Python runtime support #63

justincandoit opened this issue Dec 1, 2023 · 3 comments

Comments

@justincandoit
Copy link

Would it be possible to create a similar Chrome AWS Lambda layer that is compatible with Python Lambda functions?

@vladholubiev
Copy link
Member

It is supported; we publish the layer without restricting the runtime.

@justincandoit
Copy link
Author

Do you know what the import statement would be?

@vladholubiev
Copy link
Member

The layer contains a pre-compiled Chromium binary, which you can run just like any other executable in Python. It's probably located at /var/task/bin/chromium, but to confirm, you might want to download the Lambda Layer ZIP from AWS and check for yourself.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants