Skip to content

Commit 32f596a

Browse files
authored
feat: remove deprecated runtimes (#3356)
1 parent e5e29c9 commit 32f596a

15 files changed

Lines changed: 107 additions & 220 deletions

File tree

Cargo.lock

Lines changed: 107 additions & 91 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

manifest.json

Lines changed: 0 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -21,26 +21,6 @@
2121
"baseImage": "public.ecr.aws/lambda/provided:al2"
2222
}
2323
},
24-
{
25-
"displayName": "nodejs16.x",
26-
"runtime": "nodejs16.x",
27-
"handler": "index.handler",
28-
"path": "nodejs16x",
29-
"architectures": ["x86_64", "arm64"],
30-
"image": {
31-
"baseImage": "public.ecr.aws/lambda/nodejs:16"
32-
}
33-
},
34-
{
35-
"displayName": "nodejs18.x",
36-
"runtime": "nodejs18.x",
37-
"handler": "index.handler",
38-
"path": "nodejs18x",
39-
"architectures": ["x86_64", "arm64"],
40-
"image": {
41-
"baseImage": "public.ecr.aws/lambda/nodejs:18"
42-
}
43-
},
4424
{
4525
"displayName": "nodejs20.x",
4626
"runtime": "nodejs20.x",
@@ -71,16 +51,6 @@
7151
"baseImage": "public.ecr.aws/lambda/nodejs:24"
7252
}
7353
},
74-
{
75-
"displayName": "python3.8",
76-
"runtime": "python3.8",
77-
"handler": "index.handler",
78-
"path": "python38",
79-
"architectures": ["x86_64", "arm64"],
80-
"image": {
81-
"baseImage": "public.ecr.aws/lambda/python:3.8"
82-
}
83-
},
8454
{
8555
"displayName": "python3.9",
8656
"runtime": "python3.9",
@@ -141,16 +111,6 @@
141111
"baseImage": "public.ecr.aws/lambda/python:3.14"
142112
}
143113
},
144-
{
145-
"displayName": "dotnet6",
146-
"runtime": "dotnet6",
147-
"handler": "LambdaPerf::LambdaPerf.Function::Handler",
148-
"path": "dotnet6",
149-
"architectures": ["x86_64", "arm64"],
150-
"image": {
151-
"baseImage": "public.ecr.aws/lambda/dotnet:6"
152-
}
153-
},
154114
{
155115
"displayName": "dotnet7 aot (prov.al2)",
156116
"runtime": "provided.al2",

s3-uploader/runtimes/dotnet6/Dockerfile

Lines changed: 0 additions & 12 deletions
This file was deleted.

s3-uploader/runtimes/dotnet6/build.sh

Lines changed: 0 additions & 8 deletions
This file was deleted.

s3-uploader/runtimes/dotnet6/index.js

Lines changed: 0 additions & 5 deletions
This file was deleted.

s3-uploader/runtimes/dotnet6/src/Function.cs

Lines changed: 0 additions & 13 deletions
This file was deleted.

s3-uploader/runtimes/dotnet6/src/LambdaPerf.csproj

Lines changed: 0 additions & 13 deletions
This file was deleted.

s3-uploader/runtimes/dotnet6/src/appsettings.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

s3-uploader/runtimes/dotnet6/src/aws-lambda-tools-defaults.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

s3-uploader/runtimes/nodejs16x/build.sh

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)