AWS Developer Tools Blog

Tag: .NET

Environment Variables with .NET Core and Elastic Beanstalk

Along with Elastic Beanstalk’s recent release of adding Linux support for .NET Core, the Beanstalk team has also been working to standardize the support for environment variables across both the Linux and Windows .NET Core Beanstalk platforms. This means using the latest platform version for either the Linux or Windows, you can set environment variables […]

AWS Elastic Beanstalk adds .NET Core on Linux platform

Today the AWS Elastic Beanstalk service extends its .NET support with the creation of the new .NET Core on Linux platform. This new platform version makes it easy to get ASP.NET Core applications deployed to AWS quickly for either a dev stack or a full production environment including enhanced health, patching, autoscaling, and rolling deployments. […]

Centralize Amazon CloudWatch Logs using AWS CDK

September 8, 2021: Amazon Elasticsearch Service has been renamed to Amazon OpenSearch Service. See details. One of the most common use cases that customers try to implement is to centralize various types of logs in their AWS infrastructure so that these logs can be utilized for security, monitoring or analytics purposes. Centralizing AWS services logs […]

AWS CodeBuild Test Reporting with .NET Core

At AWS re:Invent 2019, AWS CodeBuild announced a new test reporting feature which can help make diagnosing test failures in CodeBuild much easier. You can read more about it here. I wanted to use this feature for .NET and after a little research I was able to quickly add support for .NET tests to my […]

AWS Tools for PowerShell is now generally available with version 4.0

Dear AWS PowerShell Customers, We are excited to announce the GA release of version 4 of our PowerShell modules! AWS Tools for PowerShell is available in three different variants: AWS.Tools is the new modular variant that allows for faster import times and a smaller footprint. AWS.Tools is compatible with both PowerShell Core 6+ and Windows PowerShell 5.1 when .NET Framework 4.7.2 is installed. Starting with […]

Preview of AWS Tools for PowerShell v4 features

In August, the AWS .NET Team released the first preview of AWS.Tools: the modular version of AWS Tools for PowerShell. As we are close to declaring AWS.Tools ready for production use, we can now announce that the generally available version of AWS.Tools will be part of a major version update of AWS Tools for PowerShell […]

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 Amazon.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 […]