AWS Developer Tools Blog

X-Ray support for the AWS SDK for Java V2

We’re pleased to announce that the AWS X-Ray SDK for Java now supports generating trace data for the AWS SDK for Java 2.2+. Whenever you make a call to a downstream AWS service with an instrumented client, the SDK records information about the call in a subsegment. AWS services and the resources that you access within […]

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

AWS X-Ray support for .NET Core is GA

Last year the X-Ray team released a preview 2.0 version of the AWS X-Ray libraries for .NET Core. Today, these libraries are generally available (GA) as version 2.5. AWS X-Ray helps developers analyze and debug distributed applications, such as those built using a microservices architecture. With X-Ray, you can understand how your application and its […]

Archiving Data to HAQM S3 Glacier using PowerShell

The final update of the AWS Tools for PowerShell in 2018 added support for HAQM S3 Glacier. HAQM S3 Glacier is a secure, durable, and extremely low-cost cloud storage service for data archiving and long-term backup. The update to the AWS PowerShell modules added cmdlets to support both control and data plane APIs for the […]

Announcing Ruby build support for AWS SAM CLI

At AWS re:Invent 2018, we announced Ruby support in AWS Lambda. The Ruby runtime in Lambda has built-in logic to make packaging your dependencies simple. AWS SAM CLI is a CLI tool currently in beta for local development and testing of serverless applications. It encapsulates several build, test, and deployment patterns for Lambda functions. Today, […]

Introducing the ASP.NET Core Identity Provider Preview for HAQM Cognito

Yesterday we announced the general availability of the HAQM CognitoAuthentication Extension Library, which enables .NET Core developers to easily integrate with HAQM Cognito in their application. We want to further simplify the integration process into ASP.NET Core, so today we’re releasing the developer preview of the custom ASP.NET Core Identity Provider for HAQM Cognito. Targeting […]

Now generally available: HAQM CognitoAuthentication Extension Library

We’re excited to announce the general availability of the HAQM CognitoAuthentication Extension Library! The general availability release adds security, improves performance, and fixes bugs to the previously available developer preview. This library simplifies the authentication process of HAQM Cognito user pools for .NET Core and Xamarin applications, and targets .NET Standard 2.0. HAQM Cognito user […]

.NET Core configuration provider for AWS Systems Manager

Today, we released a new NuGet package, HAQM.Extensions.Configuration.SystemsManager. This NuGet package simplifies how your application loads the application configuration settings in the AWS Systems Manager Parameter Store into the .NET Core configuration system. Configuration in .NET Core is quite different from what we’re used to in the .NET Framework. With the .NET Framework, we had […]

AWS SSM ASP.NET Core Data Protection Provider

The antiforgery framework is a critical part of ASP.NET Core. It ensures web forms and login pages haven’t been tampered with by storing crypto data with the form and then validating the form with a key created by the Data Protection framework. An ASP.NET Core Data Protection Provider is the building block that provides encryption […]

AWS Serverless applications with multiple .NET Core projects

When building a serverless application on AWS, AWS CloudFormation is incredibly important for deploying your AWS Lambda functions and the AWS resources that your application will interact with. With our AWS .NET Core Lambda tooling, when you create a serverless application an AWS CloudFormation template is added to your project. The template enables you to […]