Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,13 +79,15 @@ The following table lists the release version of this repo together with the ver
| 4.2.0 | 0.33.5 | 8.15.3 | 1.18.2 | 1.4.0 | 1.0.15 | 3.6 | 3.9.1 | 20 |
| 5.0.0 | 0.34.3 | 8.17.1 | 1.20.1 | 1.6.0 | 1.0.16 | 4.1 | 3.12.1 | 22 |
| 5.1.0 | 0.34.4 | 8.17.2 | 1.20.2 | 1.6.0 | 1.0.16 | 4.1 | 3.13.1 | 22 |
| upstream | 0.34.5 | 8.17.3 | 1.20.2 | 1.6.0 | 1.0.16 | 4.1 | 3.13.1 | 24 |

### CompatibleRuntimes
- `nodejs12.x` (v1.x)
- `nodejs14.x` (v2.x)
- `nodejs16.x` (v3.x)
- `nodejs20.x` (v4.x)
- `nodejs22.x` (v5.x)
- `nodejs24.x` (upstream)

## Contributions
If you would like to contribute to this repository, please open an issue or submit a PR.
Expand Down
2 changes: 1 addition & 1 deletion buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ env:
phases:
install:
runtime-versions:
nodejs: 22
nodejs: 24
pre_build:
commands:
- NODE_ENV=development npm ci
Expand Down
2 changes: 1 addition & 1 deletion examples/src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"author": "Andreas Zoellner",
"license": "MIT",
"engines": {
"node": ">=22.11"
"node": ">=24.11"
}
}
2 changes: 1 addition & 1 deletion examples/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Resources:
Properties:
CodeUri: ./src/
Handler: index.handler
Runtime: nodejs22.x
Runtime: nodejs24.x
Timeout: 10
MemorySize: 1024
Layers:
Expand Down
4 changes: 2 additions & 2 deletions layer/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ LIBDE265_VERSION=1.0.16
LIBAOM_VERSION=3.13.1
X265_VERSION=4.1
LIBHEIF_VERSION=1.20.2
VIPS_VERSION=8.17.2
SHARP_VERSION=0.34.4
VIPS_VERSION=8.17.3
SHARP_VERSION=0.34.5

PREFIX_PATH=/usr/local
LIB_PATH=$(PREFIX_PATH)/lib
Expand Down
2 changes: 1 addition & 1 deletion layer/src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"license": "MIT",
"devDependencies": {},
"engines": {
"node": ">=22.11"
"node": ">=24.11"
},
"dependencies": {
"sharp": "0.34.2"
Expand Down
2 changes: 2 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Resources:
Description: Sharp Layer with HEIC Support
ContentUri: ./layer/
CompatibleRuntimes:
- nodejs22.x
- nodejs24.x
LicenseInfo: "MIT"
RetentionPolicy: Retain
Metadata:
Expand Down