We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Without the hidden files some packages will be broken. You gotta change this line to be zip -r /io/lambda.zip * .[^.]*
zip -r /io/lambda.zip * .[^.]*
Also I'd rather use this as a layer, so we need to zip the files in a python/ directory like so
python/
cd tmp411 zip -r /io/lambda.zip * cd .. mv tmp411 python zip -r /io/lambda-layer.zip python
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Without the hidden files some packages will be broken. You gotta change this line to be
zip -r /io/lambda.zip * .[^.]*
Also I'd rather use this as a layer, so we need to zip the files in a
python/
directory like soThe text was updated successfully, but these errors were encountered: