[Cryptography-dev] Building for AWS Linux AMI

Paul Kehrer paul.l.kehrer at gmail.com
Tue Apr 4 12:27:57 EDT 2017


That lamba-packages project looks like an approach that would work. The
error you describe in your issue is because you'll need to separately
install cryptography's dependencies. You can see those dependencies by
looking in setup.py (although you'll need to evaluate some Python code in
your head). The current version of cryptography (1.8.1) has slightly
different dependencies so you'll need to look at the setup.py in that
tarball.


On April 4, 2017 at 8:14:40 PM, Francesco Rizzi (francesco.rizzi at gmail.com)
wrote:

Hi all.
I've been trying to get a build of cryptography targeting the AWS Linux AMI
used by AWS Lambda (AMIs listed on https://aws.amazon.com/amazon-linux-ami/
), but failed repeatedly.

Has anyone done so already? Or could try?

I also found a "Lambda-Packages" github (
https://github.com/Miserlou/lambda-packages ) that seems to include
cryptography pre-built for that target, but that also lead to errors (
https://github.com/Miserlou/lambda-packages/issues/41 )

Thanks in advance,
FR
_______________________________________________
Cryptography-dev mailing list
Cryptography-dev at python.org
https://mail.python.org/mailman/listinfo/cryptography-dev
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/cryptography-dev/attachments/20170404/2ae727b3/attachment.html>


More information about the Cryptography-dev mailing list