aws-lambda-dotnet
aws-lambda-dotnet copied to clipboard
Libraries, samples and tools to help .NET Core developers develop AWS Lambda functions.
### Describe the bug Simple Lambda function with `Console.WriteLine` statements will behave differently for Zip & image (docker) packages Console logging of a multi-line statement eg: `Console.WriteLine("Multi line example" +...
### Describe the feature Per https://github.com/aws/aws-lambda-dotnet/tree/master/Libraries/src/Amazon.Lambda.CognitoEvents It would likely be valuable to the dev community if the packages such that this support `system.text.json` code generated serialization and provided `JsonSerlizationContext`(s). ###...
### Describe the bug I have a ASP.NET middleware which copies the HTTP response body stream with a memory stream so that it can perform work involving sends logs to...
### Describe the bug AWS documentation says the `Handler` property has a [max length 128 characters](https://docs.aws.amazon.com/lambda/latest/dg/API_CreateFunction.html#SSS-CreateFunction-request-Handler), but values exactly 128 characters long appear to be truncated to 127 characters in...
### Describe the bug _We already have internal case and ticket V1078993289 for this, but creating this so others can track a fix publicly._ ### Expected Behavior "Write-Debug" should print...
### Describe the feature Make `LambdaClient.InvokeAsync` calls work locally. I have written a version of this but I need some guidance on how to fit this into the overall design...
### Describe the feature Add support for using lambda response streaming when returning streams in a dotnet lambda function. https://aws.amazon.com/blogs/compute/introducing-aws-lambda-response-streaming/ ### Use Case I would like to stream large S3...
## Description Hi. Attempting to use a SecureMemory implementation on .NET core 2.1 on AWS Lambda, that uses libc+mlock under the covers. Periodically this fails with an error from libc/mlock...
**Issue:**: #1574 **Description of changes:** Can now register content type for transformation by passing options to the HostingOptions object
*Description of changes:* Added FromCustomAuthorizerAttribute and tests. This will allow to retrieve values from CustomAuthorizer context without having to receive the full APIGatewayProxyRequest or APIGatewayHttpApiV2ProxyRequest.. Both REST and HttpApi supported...