Releases: aws/aws-extensions-for-dotnet-cli
Releases · aws/aws-extensions-for-dotnet-cli
Release 2025-12-17
Release 2025-12-17
Amazon.Lambda.Tools (6.0.3)
- When building container images fallback to docker build if the buildx plugin is not available
Release 2025-12-16
Release 2025-12-16
Amazon.ECS.Tools (4.0.1)
- Re-enable JSON comment support in the config file after support was removed in version 4.0.0
Amazon.ElasticBeanstalk.Tools (5.0.1)
- Re-enable JSON comment support in the config file after support was removed in version 5.0.0
Amazon.Lambda.Tools (6.0.2)
- Re-enable JSON comment support in the config file after support was removed in version 6.0.0
Release 2025-12-15
Release 2025-12-15
Amazon.Lambda.Tools (6.0.1)
- Fix null pointer issue when deploying or package with a CloudFormation template and specifying a config file
- Fix issue with package command where the value of an incorrectly named switch would get mistaken for the output package name
Release 2025-12-12 #2
Release 2025-12-12 #2
Amazon.ECS.Tools (4.0.0)
- Updated to V4 of the AWS SDK for .NET
- Updated the minimum requirement from .NET Core 3.1 to .NET 6
Amazon.ElasticBeanstalk.Tools (5.0.0)
- Updated to V4 of the AWS SDK for .NET
- Updated the minimum requirement from .NET Core 3.1 to .NET 6
Amazon.Lambda.Tools (6.0.0)
- Updated to V4 of the AWS SDK for .NET
- Updated the minimum requirement from .NET Core 3.1 to .NET 6
- Fixed 'The image manifest or layer media type for the source image is not supported.' issue when container image was built for a Lambda function by adding the '--provenance=false' switch for the docker buildx command
- Add support for packaging and deploying C# file-based Lambda functions
Release 2025-11-18
Release 2025-11-18
Amazon.Lambda.Tools (5.13.2)
- Fix: Use function architecture to determine artifact path instead of hardcoded 'x64'.
Release 2025-11-10
Release 2025-11-10
Amazon.Lambda.Tools (5.13.1)
- Add support for solutions migrated to slnx
Release 2025-07-30
Release 2025-07-30
Amazon.ElasticBeanstalk.Tools (4.4.1)
- Fixed an ElasticBeanstalk deployment issue for Linux platform where Procfile was sometimes being generated with incorrect entrypoint when multiple runtimeconfig.json files were present.
Release 2025-06-13
Release 2025-06-13
Amazon.Lambda.Tools (5.13.0)
- Add container build support for .NET 9. This allows Native AOT .NET 9 Lambda function builds.