Could dotnet lambda publish-layer
run on an amazon linux docker image automatically
#78
Labels
dotnet lambda publish-layer
run on an amazon linux docker image automatically
#78
When I read this documentation, I read that:
In order to simplify the process, would it be possible for the
dotnet lambda publish-layer
command to automatically spawn a amazonlinux docker image and directly run the command into that container?That would make it very easy to run the
dotnet lambda publish-layer
in any build environment, thus simplifying the adoption of .net lambda layers, thus allowing using pre-jitted assemblies, thus significantly improving the .NET lambdas cold start performances, thus hopefully stopping the argumentation about the .NET poor performances under lambda ;)The text was updated successfully, but these errors were encountered: