AWS Developer Tools Blog

Category: .NET

AWS re:Invent 2021 .NET Track

.NET at re:Invent 2021

Running .NET applications on AWS has never been better and our sessions at re:Invent this year reflect that excitement. All our sessions are for builders who want real-world insights and coding examples they can immediately apply in their applications. We also have a virtual option for those who cannot make it to Las Vegas. This […]

.NET 6 on AWS

Congratulations to all the development teams and community involved in the .NET 6 GA release. .NET developers here at AWS are excited about the performance improvements in JIT compilation, Garbage Collection, JSON processing, and many other areas of the new release. We’re also excited about the new features including the Minimal API Framework, new data […]

Build and Deploy .Net Core WebAPI Container to Amazon EKS using CDK & cdk8s

In this blog, we will leverage the development capabilities of the CDK for Kubernetes framework also known as cdk8s along with the AWS Cloud Development Kit (AWS CDK) framework to provision infrastructure through AWS CloudFormation. cdk8s allows us to define Kubernetes apps and components using familiar languages. cdk8s is an open-source software development framework for defining Kubernetes applications and […]

Announcing the end of support for AWS SDK for .NET version 2 (v2)

AWS SDK for .NET version 2 (v2) has reached the end of support. We will no longer publish any updates to .NET SDK v2, including critical bugs or security updates. Previously published releases will continue to be available via NuGet. The code will remain on GitHub, but the repository may be archived in the future. […]

Announcing AWS Cloud Development Kit v2 Developer Preview

The AWS Cloud Development Kit (AWS CDK) v2 is now available for Developer Preview in TypeScript, Python, Java, C#, and Go. The AWS CDK is an open-source software development framework to model and provision your cloud application resources using familiar programming languages. With the AWS CDK, you can define your infrastructure as code and provision […]

AWS SDK for .NET version 1 has reached the end of support

AWS SDK for .NET version 1 (v1) has reached the end of support. We will no longer publish any updates to .NET SDK v1, including critical bugs or security updates. Previously published releases will continue to be available via NuGet. The code will remain on GitHub, but the repository may be archived in the future. […]

.NET Standard 1.3 is no longer supported in AWS SDK for .NET version 3.7

Microsoft announced the end of support for .NET Core 1.0 and 1.1 platforms on June 27th, 2019. Following that, on May 18th, 2020, we announced the upcoming end-of-support for .NET Standard 1.3 in AWS SDK for .NET version 3. Yesterday we released version 3.7 of the AWS SDK for .NET which no longer supports .NET […]

Reimagining the AWS .NET deployment experience

In 2012, AWS launched .NET support for AWS Elastic Beanstalk – AWS’s first deployment service. At the same time, we also released Visual Studio support via the AWS Toolkit for Visual Studio to help developers deploy their ASP.NET applications to AWS. In the 9 years since that release, the world has changed a lot. AWS […]