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 Zip is too big #271

Open
dinopanagos opened this issue Sep 2, 2024 · 1 comment
Open

Layer Zip is too big #271

dinopanagos opened this issue Sep 2, 2024 · 1 comment

Comments

@dinopanagos
Copy link

Im trying to create a layer for my lambda manually, i already set up a working selenium layer.

i downloaded :
https://storage.googleapis.com/chrome-for-testing-public/128.0.6613.86/linux64/chrome-linux64.zip
https://storage.googleapis.com/chrome-for-testing-public/128.0.6613.86/linux64/chromedriver-linux64.zip

i when i go to zip this for a layer its too big, to attach to my layer, we're talking 365MB when unzipped, any ideas on how to do this? chrome file itself is 247MB

(im using Python3:12)

@JoLBree
Copy link

JoLBree commented Oct 4, 2024

I just tried it and I don't think it's possible, precisely because of the lambda layer size limit. Lambda has a larger size limit (10GB I think) for docker images, so I ended up using the docker image in this repo instead.

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

No branches or pull requests

2 participants