Skip to content

Commit f59ede9

Browse files
committed
add nodejs20.x
1 parent 9df2af0 commit f59ede9

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ An ultra simple hello-world function has been written in each AWS supported runt
2323
- `nodejs14.x`
2424
- `nodejs16.x`
2525
- `nodejs18.x`
26+
- `nodejs20.x`
2627
- `python3.7`
2728
- `python3.8`
2829
- `python3.9`

manifest.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,13 @@
2929
"path": "nodejs18x",
3030
"architectures": ["x86_64", "arm64"]
3131
},
32+
{
33+
"displayName": "nodejs20.x",
34+
"runtime": "nodejs20.x",
35+
"handler": "index.handler",
36+
"path": "nodejs20x",
37+
"architectures": ["x86_64", "arm64"]
38+
},
3239
{
3340
"displayName": "python3.7",
3441
"runtime": "python3.7",

0 commit comments

Comments
 (0)