Skip to content

An AWS lambda layer with pre-built sharp node module optimised for minimal layer size

Notifications You must be signed in to change notification settings

unlayer/lambda-layer-sharp

 
 

Repository files navigation

AWS Sharp layer

This AWS lambda layer contains a pre-built sharp npm library. It is optimized for the most frugal space usage possible.

Getting

A pre-built layer zip file is available on the Releases page, alongside the size of the layer.

Building

Dependencies

  • Docker

Steps

  1. Clone the repo:
    git clone git@github.com:Umkus/lambda-layer-sharp.git
    cd lambda-layer-sharp/
  2. Install dependencies:
    docker run -v "$PWD":/var/task lambci/lambda:build-nodejs12.x npm --no-optional --no-audit --progress=false install
  3. Build the layer:
    docker run -v "$PWD":/var/task lambci/lambda:build-nodejs12.x node ./node_modules/webpack/bin/webpack.js
  4. Perform a smoke-test:
    docker run -w /var/task/dist/nodejs -v "$PWD":/var/task lambci/lambda:build-nodejs12.x node -e "console.log(require('sharp'))"
  5. Import created layer into your AWS account:
    aws lambda publish-layer-version --layer-name sharp --description "Sharp layer" --license-info "Apache License 2.0" --zip-file fileb://dist/sharp-layer.zip --compatible-runtimes nodejs12.x

About

An AWS lambda layer with pre-built sharp node module optimised for minimal layer size

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 75.1%
  • Dockerfile 24.9%
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy