AWS Developer Tools Blog
Category: AWS SDK for .NET
Introducing Paginators in AWS SDK for .NET v3.5
We are happy to introduce Paginators in the latest release of AWS SDK for .NET v3.5! Many AWS operations return paginated results when the response object is too large to return in a single response. Paginators can help you navigate through paginated responses from services. Basic Usage Typically, a service will return a truncated response when […]
AWS SDK for .NET v3.5 Now Generally Available
Today, we have released version 3.5 of the AWS SDK for .NET! The primary objective of this version is to transition support for all non-Framework versions of the SDK to .NET Standard 2.0. We are doing this to accelerate feature development and offer newer functionality to a greater set of customers going forward. This is […]
End-of-support for Windows PowerShell 2
Following the end of support of Windows Server 2008 R2, in March 2020 we announced that we require Windows PowerShell 3.0+ and .NET Framework 4.5+ as prerequisite for all new releases of AWSPowerShell. As of June 1st, 2020 we no longer release new AWSPowerShell versions compatible with Windows PowerShell 2. The existing versions of AWSPowerShell […]
10 years of building .NET on AWS
This week is my 10 year anniversary at AWS and what a ride it has been. Somewhere along the road they gave me the keys to publish blog posts so I thought I would take over for a bit and look back on my journey at AWS. My journey also maps very closely with .NET's […]
Announcing end of support for .NET Standard 1.3 in AWS SDK for .NET
Microsoft announced the end of support for .NET Core 1.0 and 1.1 platforms on June 27th, 2019. Given that the .NET Standard 1.3 target of the AWS SDK for .NET is only used for .NET Core 1.0 and 1.1 platforms, we will be removing the .NET Standard 1.3 target in AWS SDK for .NET, and […]
Orchestrating an application process with AWS Batch using AWS CDK
In many real work applications, you can use custom Docker images with AWS Batch and AWS Cloud Development Kit(CDK) to execute complex jobs efficiently. AWS CDK is an open source software development framework to model and provision your cloud application resources using familiar programming languages, including TypeScript, JavaScript, Python, C# and Java. For the solution […]
AWS SDK for .NET v3.5 Preview
Today, we have published a preview release of version 3.5 of the AWS SDK for .NET. This primary objective of this version is to transition support for all non-Framework versions of the SDK to .NET Standard 2.0. If you are currently using a .NET Framework or .NET Core target, no changes are required. We are […]
Developing a Microsoft .NET Core Web API application with Amazon Aurora Database using AWS CDK
In our previous blog, we showed you how to build a Microsoft.NET Web API application with Amazon Aurora Database using AWS CloudFormation. In this blog, we will leverage the development capabilities of defining cloud infrastructure as code using AWS Cloud Development Kit (AWS CDK) which provisions it through AWS CloudFormation. The AWS CDK is an open source […]
Developing a Microsoft .NET Core Web API application with Aurora Database using CloudFormation
Real world Microsoft workloads have a lot of Web APIs that are native to Microsoft methods for serving front-end applications (like ASP.NET, ASP.NET Razor/MVC, ReactJS or Angular Application). Even though there are customers who want to try serverless with AWS Lambda, they often have to continue to maintain many existing .NET web APIs. These applications […]
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 […]