Skip to content
Merged
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
4 changes: 0 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,6 @@ updates:
directory: "s3-uploader/runtimes/dotnet7_aot_on_provided_al2/src"
schedule:
interval: "daily"
- package-ecosystem: "nuget"
directory: "s3-uploader/runtimes/dotnet8_aot_on_provided_al2/src"
schedule:
interval: "daily"
- package-ecosystem: "nuget"
directory: "s3-uploader/runtimes/dotnet8_aot_on_provided_al2023/src"
schedule:
Expand Down
10 changes: 0 additions & 10 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,16 +131,6 @@
"baseImage": "public.ecr.aws/lambda/dotnet:8"
}
},
{
"displayName": "dotnet8 aot (prov.al2)",
"runtime": "provided.al2",
"handler": "bootstrap",
"path": "dotnet8_aot_on_provided_al2",
"architectures": ["x86_64", "arm64"],
"image": {
"baseImage": "public.ecr.aws/lambda/provided:al2"
}
},
{
"displayName": "dotnet8 aot (prov.al2023)",
"runtime": "provided.al2023",
Expand Down
14 changes: 0 additions & 14 deletions s3-uploader/runtimes/dotnet8_aot_on_provided_al2/Dockerfile

This file was deleted.

20 changes: 0 additions & 20 deletions s3-uploader/runtimes/dotnet8_aot_on_provided_al2/build.sh

This file was deleted.

28 changes: 0 additions & 28 deletions s3-uploader/runtimes/dotnet8_aot_on_provided_al2/src/Function.cs

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<PackageReference Include="Amazon.Lambda.RuntimeSupport" Version="1.14.1" />
<PackageReference Include="Amazon.Lambda.Core" Version="2.8.0" />
<PackageReference Include="Amazon.Lambda.Serialization.SystemTextJson" Version="2.4.4" />
<PackageReference Include="Microsoft.DotNet.ILCompiler" Version="10.0.0" />
<PackageReference Include="Microsoft.DotNet.ILCompiler" Version="9.0.11" />
<PackageReference Include="Microsoft.NET.ILLink.Tasks" Version="9.0.11" />
</ItemGroup>

Expand Down
Loading