Skip to content

Instantly share code, notes, and snippets.

@regmicmahesh
Created May 12, 2022 06:24
Show Gist options
  • Save regmicmahesh/9e34db90a1532707b62006ee8dae376c to your computer and use it in GitHub Desktop.
Save regmicmahesh/9e34db90a1532707b62006ee8dae376c to your computer and use it in GitHub Desktop.
pip install -r requirements.txt -t ./python
find -type d -name __pycache__ -exec rm -rf {} \;
zip lambda_layer.zip -r ./python/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment