Results 6 issues of Samuel

## The Question I have tried to update an asp.net core 3.1 lambda to .net 6, and unfortunately following aws' documentation the lambda fails to start, giving me 502 bad...

documentation
module/aspnetcore-support
p1
queued
doc-readme

### Description Native support for .net 8.0 as a lambda runtime ### Affected Resource(s) and/or Data Source(s) `aws_lambda_function` ### Potential Terraform Configuration ```terraform resource "aws_lambda_function" "lambda" { runtime = "dotnet8.0"...

enhancement
service/lambda

### Describe the issue As far as I can tell, there is no proper documentation on how to use the lambda test tool for .net 7 AOT ```JSON { "Information":...

bug
documentation
module/lambda-test-tool
queued
p2

Hi, Thanks for this, I have a custom implementation of Tries that this could likely replace. Are there any plans to upload this as a nuget package? I appreciate it's...

**Is your feature request related to a problem? Please describe.** I work at a company that makes heavy use of the dotnet clients in our lambdas. Currently we are blocked...

enhancement

### Is your feature request related to a problem? The sltr query does not appear to be available in the sdk, am I missing something? ```var rescoringDescriptor = new RescoringDescriptor();...

enhancement