Skip to content

bubblydoo/lambda-layer-sharp

 
 

Repository files navigation

AWS Lambda layer for Sharp

Releases Build Layer ZIP

This AWS Lambda layer contains a pre-built Sharp binary. New releases are automatically published in this repository on each Sharp update.

Download

A pre-built layer zip file is available on the Releases page, alongside the size of the layer. Zip files for both x86_64 and arm64 are available.

Compatibility

All versions above and including 0.33.0 are only compatible with Amazon Linux 2023 and Node.js 20 or above.

Build

Dependencies

  • Docker

Steps

  1. Clone the repo:
    git clone [email protected]:bubblydoo/lambda-layer-sharp.git
    cd lambda-layer-sharp/
  2. Build a multi-architecture Docker image:
    
    

Auto-publish

The build Github Action is automatically triggered by Dependabot, merged by Mergify and then published by the same Github Action.

Credits

Originally forked from Umkus/lambda-layer-sharp.

About

An AWS Lambda Layer for the Sharp node module. Automatically published on updates.

Topics

Resources

Stars

Watchers

Forks

Languages

  • JavaScript 77.3%
  • Dockerfile 22.7%