aws-lambda-dotnet
aws-lambda-dotnet copied to clipboard
Libraries, samples and tools to help .NET Core developers develop AWS Lambda functions.
In relation to #319, and the announcement of AWS Layers, is this a potential option to make this simpler? Could the .NET Core Runtime be packaged as a layer, so...
### Describe the bug Using the standard dotnet template for the "Lambda Annotations Framework (preview)" and editing the `.csproj` to add a `OtherNamespace element: ```xml Library net6.0 enable enable true...
### Describe the bug `dotnet new` generates project in _src_ folder, handling the `--name` and `--output` parameter incorrectly. Let's use the following command as example 1: ```bash dotnet new serverless.AspNetCoreMinimalAPI...
### Describe the feature The `dotnet6` Lambda runtime should support parameterized and structured logging methods. *Note*: This issue continues the conversation in https://github.com/aws/aws-lambda-dotnet/issues/1232. We believe structured logging would benefit customers,...
### Describe the bug We have an application that runs on AWS Lambda. Until recently we were running it on .NET Core 3.1 and x86 architecture. We have now ported...
### Describe the bug Invoking a lambda function using the net6.0 Lambda Test Tool can result in a System.MissingMethodException. I'm not entirely sure why yet, but the following combination results...
Duplicate response body when running on Lambda and manipulating response body stream in middleware
### Describe the bug I have a ASP.NET middleware which temporarily replaces the HTTP response body stream with a memory stream so that it can perform work involving seek operations...
### Describe the bug Despite now supporting the Executable Assembly project types, in which a console app is responsible for hooking itself up to the lambda event pump, the tool...
Update `Publish-AWSPowerShellLambda` to set function runtime if it does not match the built csproj
### Describe the feature `Publish-AWSPowerShellLambda` would be a better experience if it would automatically upgrade the function config to match the correct dotnet runtime prior to uploading function code. There...
*Description of changes:* Added support to add Event properties and values for a new attribute (`SqsMessageAttribute`) to template file in a similar manner to `RestApiAttribute` and `HttpApiAttribute`. Added attribute `SqsMessageAttribute`...