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

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

closing-soon
feature-request
module/lambda-client-lib
needs-review

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

bug
module/lambda-client-lib
A

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

feature-request
module/lambda-client-lib
queued
p2

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

feature-request
module/lambda-client-lib
queued
p2

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

bug
needs-reproduction
module/lambda-client-lib

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

bug
module/lambda-test-tool
queued
p2

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

bug
module/aspnetcore-support
queued
needs-investigation
p2

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

bug
module/lambda-test-tool
queued
p2

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

feature-request
module/lambda-client-lib
needs-review

*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`...

feature-request
queued
p2
annotations