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

## Description If you create new lambda project, add a reference to .net 5 class library and deploy it to AWS it fails to run there. This has also been...

bug
module/lambda-client-lib
queued
p2

### Describe the bug If you set the template path in `aws-lambda-tools-defaults.json` to a different folder (for example the folder one level above the projects with the lambda code), then...

bug
module/lambda-client-lib
A

## Describe the Feature Add support to `Amazon.Lambda.RuntimeSupport` for asynchronous initialization of .NET functions using the `dotnetcore3.1` or `dotnet6` managed runtimes. ### Is your Feature Request related to a problem?...

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

*Issue #1087* *Description of changes:* Adds support for asynchronous initialization of classes that implement handlers for lambdas by introducing a new `IHandlerInitializer` interface (the specific name is open for discussion)....

### Describe the feature Microsoft provides WebApplicationFactory for AspNetCore in-memory integration testing. I think something similar could be done for AspNetCore lambdas. It would parse generated (or created manually /...

feature-request
module/aspnetcore-support
queued
p3

## Description I'm creating a lambda to process DynamoDB events streamed through Kinesis, which means they're wrapped in base64, etcetera. During processing I pull them out and then deserialize them...

bug
module/lambda-client-lib
queued
p2

Are there plans for a version of the Amazon.Lambda.TestTool that will be compatible with a custom runtime for versions of .NET Core (2.2, etc)?

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

I wanted to write some custom resources for my CloudFormation templates using .NET core in AWS Lambdas. All the samples are in JS and Python at the moment: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/walkthrough-custom-resources-lambda-lookup-amiids.html I'm...

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

### Describe the issue The page [Deploy .NET Lambda functions with container images](https://docs.aws.amazon.com/lambda/latest/dg/csharp-image.html) provides a [link](https://github.com/aws/aws-lambda-dotnet/blob/master/README.md) to "downloading" the Runtime Interface Client for dotnet, but there are no instructions on...

documentation
module/custom-runtime
p1
queued
doc-readme

## Description Invoking a Lambda function that takes a string as a parameter from the `lambda-test-tool` requires different escaping than invoking the real Lambda from `dotnet lambda invoke-function`. ## Reproduction...

bug
module/lambda-test-tool
queued
p2