lambda-test-server
lambda-test-server copied to clipboard
A NuGet package that provides an in-memory test server for testing AWS Lambda functions
- Update to .NET 9. - Fix/suppress new code analysis warnings. - Drop support for `net6.0` and `net7.0`.
#### Summary :rocket: Update to .NET 10. This pull request is targeting a **preview** version of .NET. These changes should not be merged before .NET 10 reaches the release candidate...
## Is your feature request related to a problem? Add support for functions using Lambda's [new support for SnapStart](https://aws.amazon.com/blogs/aws/aws-lambda-snapstart-for-python-and-net-functions-is-now-generally-available/). ## Describe the solution you'd like Add support for the runtime...