aws-lambda-dotnet icon indicating copy to clipboard operation
aws-lambda-dotnet copied to clipboard

Libraries, samples and tools to help .NET Core developers develop AWS Lambda functions.

Results 195 aws-lambda-dotnet issues
Sort by recently updated
recently updated
newest added

rewrite the *JsonExceptionWriter classes to use a JSON library instead of building strings directly. *Description of changes:* Rewrite the *JsonExceptionWriter classes to use a System.Text.JSON library instead of building strings...

module/lambda-client-lib
p2

The main purpose of this argument is to print to the console the path to the executable file that is used when configuring the debug inside IDE. It respects IDE...

feature-request
module/lambda-test-tool
queued
p3

### Describe the bug When using the AWS SDK for .NET on Lambda with a runtime of "provided.al2023" the first request to an AWS service is significantly slower than it...

bug
service-api
module/custom-runtime

### Describe the feature With the release of the `[LambdaGlobalProperties]` attribute that can auto-generate the `static Main()` method for non managed and native AOT runtimes this functionality could be extended...

feature-request
p2
annotations

### Describe the feature Today the annotations project support multiple handlers, however this means the same lambda needs to be deployed multiple times, once for each handler. ### Use Case...

feature-request
queued
p2
annotations

### Describe the feature AWS .NET Mock Lambda Test Tool should set AWS_LAMBDA_FUNCTION_VERSION environment variable ### Use Case When instrumenting AWS Lambda functions with OpenTelemetry, this environment variable is used...

feature-request
module/lambda-test-tool
queued
p2
xs

### Describe the feature Currently when a Lambda execution times out, a AspNetCore request continues to execute even if it is checking a CancellationToken parameter for cancellation. This feature would...

feature-request
module/aspnetcore-support
queued
p2

### 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

### Describe the bug Hello, I'm creating an ASP.NET Core 6 Rest API running in a lambda behind an API Gateway. We have somme issues since we would like to...

feature-request
module/aspnetcore-support
queued
p2

### Discussed in https://github.com/aws/aws-lambda-dotnet/discussions/1569 Originally posted by **sergio-asenjo** August 20, 2023 Hello! I've been trying to figure out how to properly use HttpResults returning statement in the "Mock Lambda Test...

bug
module/lambda-test-tool
queued
p2