aws-lambda-dotnet
aws-lambda-dotnet copied to clipboard
Libraries, samples and tools to help .NET Core developers develop AWS Lambda functions.
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...
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...
### 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...
### 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...
### 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...
### 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...
Use ILambdaContext.RemainingTime to create a valid CancellationToken for AspNetCoreServer Requests
### 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...
### 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":...
### 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...
### 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...