AWS Developer Tools Blog
Category: .NET
.NET Core 3.0 on Lambda with AWS Lambda’s Custom Runtime
.NET Core 3.0 was recently released which brings in a host of new features and improvements. This release of .NET Core is called a “Current” release by the .NET team which means it will have a short lifecycle of support after the next release of .NET Core. The Lambda team’s policy is to support Long […]
Referencing the AWS SDK for .NET Standard 2.0 from Unity, Xamarin, or UWP
In March 2019, AWS announced support for .NET Standard 2.0 in SDK for .NET. They also announced plans to remove the Portable Class Library (PCL) assemblies from NuGet packages in favor of the .NET Standard 2.0 binaries. If you’re starting a new project targeting a platform supported by .NET Standard 2.0, especially recent versions of Unity, Xamarin and […]
PowerShell Standard support in AWSPowerShell.NetCore
In 2016, we released AWS Tools for PowerShell Core targeting PowerShell Core 6.0, which provided cross-platform support for macOS and Linux, in addition to Windows. We published this module separately from AWS Tools for Windows PowerShell because it was not compatible with earlier versions of PowerShell. Last year, Microsoft released PowerShell Standard: a new library […]
AWS Toolkit for Visual Studio now supports Visual Studio 2019
A new release of the AWS Toolkit for Visual Studio has been published to Visual Studio marketplace. This new release adds support for Visual Studio 2019. Visual Studio 2019 is currently in preview, however, Microsoft has announced the general availability (GA) release date to be April 2, 2019. The AWS Toolkit for Visual Studio provides […]
AWS Lambda layers with .NET Core
Update October 15, 2020: Version 4.2.0 of HAQM.Lambda.Tools has been released that adds Lambda layers support for .NET Core 3.1. This was initially disabled due to an issue in the .NET Core SDK. A fix was released in version 3.1.400 of the .NET Core SDK and is the required minimum to be installed to create […]
Now generally available: the ASP.NET Core Identity Provider for HAQM Cognito
We’re pleased to announce the general availability of the ASP.NET Core Identity Provider for HAQM Cognito, which enables ASP.NET Core developers to easily integrate with HAQM Cognito in their web applications. Targeting .NET Standard 2.0, the custom ASP.NET Core Identity Provider for HAQM Cognito extends the ASP.NET Core Identity membership system by providing HAQM Cognito […]
AWS SDK for .NET now targets .NET Standard 2.0
The AWS SDK for .NET is distributed via NuGet packages for each service and a common core NuGet package. Each NuGet package contains different .NET assemblies, depending on your development platform. This includes .NET Framework 4.5, .NET Framework 3.5, the Portable Class Library version for Xamarin, and .NET Standard 1.3. As .NET Core and .NET […]
Announcing HAQM.Lambda.RuntimeSupport
We’ve received many requests to include more versions of .NET Core in AWS Lambda. Customers want the flexibility to write Lambda functions in LTS, current, and preview versions of .NET Core. Until now, you could use only LTS versions. The new HAQM.Lambda.RuntimeSupport library changes that. Today we’ve released the HAQM.Lambda.RuntimeSupport library that enables you to […]
Version 2 of the AWS Elastic Beanstalk Windows Server platform
Today, the AWS Elastic Beanstalk team released version 2 of the Windows Server platform for Elastic Beanstalk. This brings a host of new features to help Windows developers roll out new deployments and to monitor their applications. In this blog post, we’ll look at just a couple of the new features. For a full list […]
Updates for serverless ASP.NET Core
Elastic Load Balancing recently added support for routing requests from an Application Load Balancer to AWS Lambda functions. This enables developers who are already using an Application Load Balancer to easily add serverless functionality to their existing applications. HAQM API Gateway also updated the requests and responses sent to Lambda functions to include multivalue support […]