You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Declares nodejs24.x in the README's CLI, CDK, and SAM examples and
bumps the supported-runtimes copy. The built layer is already
runtime-agnostic, so no artifact rebuild is needed (per issue #1).
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Prebuilt Sharp AWS Lambda Layer for Node.js 18, 20, and 22. Optimized, bundled, and minified Sharp binaries for x86_64 and arm64 architectures. Improve cold starts with lightweight Sharp builds, ready for Serverless Framework, AWS SAM, and SST deployments.
8
+
Prebuilt Sharp AWS Lambda Layer for Node.js 18, 20, 22, and 24. Optimized, bundled, and minified Sharp binaries for x86_64 and arm64 architectures. Improve cold starts with lightweight Sharp builds, ready for Serverless Framework, AWS SAM, and SST deployments.
9
9
10
10
## About
11
11
12
12
A pre-built [sharp](https://www.npmjs.com/package/sharp) AWS Lambda layer optimized for cold start performance.
13
13
14
14
- Supports **x86\_64** and **arm64** architectures.
15
-
- Compatible with Node.js **18.x**, **20.x**, and **22.x** runtimes.
15
+
- Compatible with Node.js **18.x**, **20.x**, **22.x**, and **24.x** runtimes.
16
16
- Automatically updated and tested using GitHub Actions.
0 commit comments