aws / aws-toolkit-azure-devops

AWS Toolkit for Azure DevOps
Other
249 stars 106 forks source link

Please add the dotnet6 runtime for the "AWS Lambda Deploy Function"-task #476

Open arnvanhoutte opened 2 years ago

arnvanhoutte commented 2 years ago

AWS Lambda now fully supports .NET 6, but this isn't mentioned in the AWS Lambda Deploy Function task yet. If you select the "Update code and configuration (or create a new function)" option you can only select dotnetcore3.1 and dotnetcore2.1 in the Runtime dropdown. Since .NET 6 is the new LTS for .NET Core it makes sense that the option for the .NET6 runtime is there as well.