aws / aws-lambda-builders

Python library to compile, build & package AWS Lambda functions for several runtimes & framework
Apache License 2.0
333 stars 137 forks source link

feat: add dotnet8 support #587

Closed Beau-Gosse-dev closed 6 months ago

Beau-Gosse-dev commented 8 months ago

Description of changes: Adding .NET 8 Support and tests for .NET 8 Lambda managed runtime

Also fixing a failing 2 unit tests in tests/functional/test_actions.py

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

Beau-Gosse-dev commented 8 months ago

FYI: @mndeveci @hawflau