maxday / lambda-perf

Lambda Cold Starts analysis, updated daily
https://maxday.github.io/lambda-perf
Apache License 2.0
488 stars 45 forks source link

Move dotnet8 AOT to the dotnet runtime #1015

Open Beau-Gosse-dev opened 8 months ago

Beau-Gosse-dev commented 8 months ago

We're recommending people deploy .NET 8 Native AOT projects to the .NET 8 managed runtime (instead of Al2 or AL2023). Since it will have the needed libraries available (like libicu). It also removes the need for the assembly name requirement of bootstrap and brings billing inline with managed runtimes.

PR https://github.com/maxday/lambda-perf/pull/935/ added AL2 and AL2023.

Can we replace provided.al2 with dotnet8?

maxday commented 8 months ago

sure! Do you want to draft a PR? Otherwise I can do it. Let me know