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 Current implementation of [FromHeaders] limits supported types to primitives like string/int ### Expected Behavior Correct values are passed from generated code to function ### Current Behavior...
### Describe the bug AWS Lambda in .net 6.0 create some files in temp storage when it fails with "Exceeded maximum allowed payload size" exception. It create folowing file "/tmp/core.dotnet.8"...
### Describe the bug HttpContext is always null after it has been injected into AWS Lambda Function Handler. For comparison, it is populated while using the MinimalAPI approach. ### Expected...
### Describe the bug Custom Authorizers return **[AWS Lambda proxy integration response](https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-develop-integrations-lambda.html)** using Minimal API approach instead of **[API Gateway Lambda authorizer response](https://docs.aws.amazon.com/apigateway/latest/developerguide/api-gateway-lambda-authorizer-output.html)** For comparison, the Function Handler approach returns...
### Describe the feature This request is the same as #735 which was closed due to staleness. Add in the missing required libraries to make NTLM auth work in a...
### Describe the bug I'm trying to update the dotnet sdk for my wsl installation running ubuntu. For that I uninstalled the dotnet 7 sdk and changed the source from...
*Issue #, if available:* #1639 *Relates to:* #1349 *Description of changes:* - Draft PR for feedback on approach - Allows `AmazonLambdaClient.InvokeAsync` to work locally for testing complex projects that involve...
`save-state` and `set-output` commands used in GitHub Actions are deprecated and [GitHub recommends using environment files](https://github.blog/changelog/2023-07-24-github-actions-update-on-save-state-and-set-output-commands/). This PR updates the usage of `set-output` to `$GITHUB_OUTPUT` Instructions for envvar usage from...
### Describe the bug Related to discussion https://github.com/aws/aws-lambda-dotnet/discussions/1424, but figure an Issue might garner more attention, since prior response there were stale and now have a reproducible sample. In summary...
*Description of changes:* This PR is the initial work to add support for structured logging natively in the Amazon.Lambda.RuntimeSupport the .NET Lambda runtime client (RIC). Serilog was used as the...