We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
nodejs20.x
1 parent 9df2af0 commit f59ede9Copy full SHA for f59ede9
README.md
@@ -23,6 +23,7 @@ An ultra simple hello-world function has been written in each AWS supported runt
23
- `nodejs14.x`
24
- `nodejs16.x`
25
- `nodejs18.x`
26
+- `nodejs20.x`
27
- `python3.7`
28
- `python3.8`
29
- `python3.9`
manifest.json
@@ -29,6 +29,13 @@
"path": "nodejs18x",
30
"architectures": ["x86_64", "arm64"]
31
},
32
+ {
33
+ "displayName": "nodejs20.x",
34
+ "runtime": "nodejs20.x",
35
+ "handler": "index.handler",
36
+ "path": "nodejs20x",
37
+ "architectures": ["x86_64", "arm64"]
38
+ },
39
{
40
"displayName": "python3.7",
41
"runtime": "python3.7",
0 commit comments