This AWS Lambda layer contains a pre-built Sharp binary. New releases are automatically published in this repository on each Sharp update.
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.
All versions above and including 0.33.0 are only compatible with Amazon Linux 2023 and Node.js 20 or above.
- Docker
- Clone the repo:
git clone [email protected]:bubblydoo/lambda-layer-sharp.git cd lambda-layer-sharp/
- Build a multi-architecture Docker image:
The build Github Action is automatically triggered by Dependabot, merged by Mergify and then published by the same Github Action.
Originally forked from Umkus/lambda-layer-sharp.