Recently amazon announced support for a custom .net core runtime: https://aws.amazon.com/blogs/developer/announcing-amazon-lambda-runtimesupport/
My current aws lambda project is written C# using the .NET Core 2.1; 2.2 is not supported yet hence I'd like to use custom runtime.
However, it seems that in order to use the custom runtime, it is necessary to use LambdaBootstrap.
From the docs it is not clear to me if it is possible to use it alongside asp.net core:
https://github.com/aws/aws-lambda-dotnet/tree/master/Libraries/src/Amazon.Lambda.RuntimeSupport
p.s. currently my aws lambda is using asp.net core for authentication and other