duncanbrown

Results 2 comments of duncanbrown

This actually *is* being done on other subtypes of `AbstractAspNetCoreFunction`. e.g. for HTTP APIs: https://github.com/aws/aws-lambda-dotnet/blob/087590ce99274e16e26d37e1dfd73b0b71d1230a/Libraries/src/Amazon.Lambda.AspNetCoreServer/APIGatewayHttpApiV2ProxyFunction.cs#L44-L47 PR linked above makes it opt-in rather than the default across the board, if that's...

This is still an open issue as far as I know. The PR with a suggested fix is still open and awaiting review.