# lambda_face_recognition_prebuilt A prebuilt set of the dependencies needed to run face_recognition in AWS Lambda.
## Usage pip install lambda_face_recognition_prebuilt
Then, simply place this as the first import in your lambda function’s handler:
import lambda_face_recognition_prebuilt.unpack
## How it Works The libs needed for face_recognition are built inside a Docker container that matches the environment in which AWS Lambda code is ran.
Since the dependencies for face_recognition exceed the source code size limit of AWS Lambda functions, we do some ridiculousness to make it work. We zip up the deps and then unzip them at runtime.
The unzipping of these deps at runtime will add overhead to your function’s start time. So, please keep that in mind in deciding whether to use this package.
## See it in Action [Here](https://github.com/JonathanPorta/lambda_face_recognition_example) is an example project that uses this project as one of its dependencies.
Release files for lambda-face-recognition-prebuilt 0.0.14
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| lambda_face_recognition_prebuilt-0.0.14.tar.gz | 3.8 kB | Details |
Release files / lambda_face_recognition_prebuilt-0.0.14.tar.gz
| Download URL | lambda_face_recognition_prebuilt-0.0.14.tar.gz |
|---|---|
| Size | 3.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
1d5ca5f620b71eb37adc6c1fc96700a741b8278cdba5838a05d33c434542670f
|
|
BLAKE2b-256 checksum How to use checksums |
62c0e0cceb4748822a5c0ce7d101805fd3274cc7fdd6372ea7cc973aec2f5666
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |