Skip to content

Instantly share code, notes, and snippets.

@MilesDowe
Last active November 15, 2021 16:39
Show Gist options
  • Save MilesDowe/4ed755e0eca03860cf707a3ff3fe67bb to your computer and use it in GitHub Desktop.
Save MilesDowe/4ed755e0eca03860cf707a3ff3fe67bb to your computer and use it in GitHub Desktop.

Run pipenv run pip install -r <(pipenv lock -r) --target python/ to use pipenv to save deps locally under ./python for Lambda Layers usage.

Zip your python directory and import it as a Layer.

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