Skip to main content

Prebuilt dependencies for running some common image utilities in AWS Lambda

Project description

# lambda_image_utils_prebuilt A prebuilt set of the dependencies needed to run some common image utilities in AWS Lambda. This solves two main problems:

  1. Builds some dependencies that need to be built in the AWS Lambda runtime environment.

  2. Works arounds AWS Lambda’s source code size limitation.

## Usage pip install lambda_image_utils_prebuilt

Then, simply place this as the first import in your lambda function’s handler:

import lambda_image_utils_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 dependencies in prebuilt-requirements.txt are generally large dependencies, therefore, these are included as well so that you can keep the source code size of your Lambda function small enough to deploy.

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 the [face_recognition portion](https://github.com/JonathanPorta/lambda_face_recognition_prebuilt) of this project as one of its dependencies.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

lambda_image_utils_prebuilt-0.0.20.tar.gz (4.0 kB view details)

Uploaded Source

File details

Details for the file lambda_image_utils_prebuilt-0.0.20.tar.gz.

File metadata

  • Download URL: lambda_image_utils_prebuilt-0.0.20.tar.gz
  • Upload date:
  • Size: 4.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.9.1 pkginfo/1.4.1 requests/2.18.4 setuptools/37.0.0 requests-toolbelt/0.8.0 tqdm/4.19.4 CPython/3.6.5

File hashes

Hashes for lambda_image_utils_prebuilt-0.0.20.tar.gz
Algorithm Hash digest
SHA256 fef196fa3cfcf3558a9066c0de9729bb70a6bd8ae91698b7f15668f9e7b6f8f4
MD5 1dad3dcec795770451be03839d34c49a
BLAKE2b-256 e551644031e199763c15de916dcaa1268feb38d6a9062627f8cf0af664d3220e

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page