Skip to content

Instantly share code, notes, and snippets.

@ankur0101
Created February 20, 2023 10:55
Show Gist options
  • Save ankur0101/2dacf2d562acbbfcd60f18aa63626ac7 to your computer and use it in GitHub Desktop.
Save ankur0101/2dacf2d562acbbfcd60f18aa63626ac7 to your computer and use it in GitHub Desktop.
Building layers for Lambda Layers
$ pip install \
--platform manylinux2010_x86_64 \
--implementation cp \
--python 3.9 \
--only-binary=:all: --upgrade \
--target awsbundle \
cryptography
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment