Skip to content

Commit 5784ead

Browse files
committed
feat: remove dotnet on al2
1 parent 32f596a commit 5784ead

File tree

7 files changed

+0
-109
lines changed

7 files changed

+0
-109
lines changed

.github/dependabot.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,6 @@ updates:
4949
directory: "s3-uploader/runtimes/dotnet7_aot_on_provided_al2/src"
5050
schedule:
5151
interval: "daily"
52-
- package-ecosystem: "nuget"
53-
directory: "s3-uploader/runtimes/dotnet8_aot_on_provided_al2/src"
54-
schedule:
55-
interval: "daily"
5652
- package-ecosystem: "nuget"
5753
directory: "s3-uploader/runtimes/dotnet8_aot_on_provided_al2023/src"
5854
schedule:

manifest.json

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -131,16 +131,6 @@
131131
"baseImage": "public.ecr.aws/lambda/dotnet:8"
132132
}
133133
},
134-
{
135-
"displayName": "dotnet8 aot (prov.al2)",
136-
"runtime": "provided.al2",
137-
"handler": "bootstrap",
138-
"path": "dotnet8_aot_on_provided_al2",
139-
"architectures": ["x86_64", "arm64"],
140-
"image": {
141-
"baseImage": "public.ecr.aws/lambda/provided:al2"
142-
}
143-
},
144134
{
145135
"displayName": "dotnet8 aot (prov.al2023)",
146136
"runtime": "provided.al2023",

s3-uploader/runtimes/dotnet8_aot_on_provided_al2/Dockerfile

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

s3-uploader/runtimes/dotnet8_aot_on_provided_al2/build.sh

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

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

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

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

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

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

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

0 commit comments

Comments
 (0)