aws / aws-extensions-for-dotnet-cli

Extensions to the dotnet CLI to simplify the process of building and publishing .NET Core applications to AWS services
Apache License 2.0
369 stars 87 forks source link

Add the .NET 8 build image to Amazon.Lambda.Tools #298

Closed normj closed 7 months ago

normj commented 7 months ago

Description of changes: The .NET 8 Lambda build image has been released. This PR adds the new image to the map of container images to use for building.

Besides updating the unit tests I have manually deployed Native AOT Lambda functions successfully with the .NET 8 build image being automatically picked up.

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