Tuesday, 6 February 2018

AWS X-Ray SDK now support the .NET Version 2.0.0

Amazon Web Services X-Ray SDK for.NET version 2.0.0 (beta) allows the developers to emit and record information from the applications to the AWS X-Ray service. This version will support .NET Core 2.0. The AWS X-Ray SDK for .NET is a library for organizing C# .NET Core Web Applications, .NET web applications and .NET Core functions on the Amazon Lambda. It delivers the methods and classes for building and sends trace data to the X-RAY daemon which consists information about the calls that the application makes to the downstream AWS services, SQL Databases, and HTTP web APIs and also about incoming requests served by the application. 

No comments:

Post a Comment

Optimizing Performance and Cost: Migrating an Express.js Application from EC2 to AWS Lambda

Introduction: In a recent project, our team worked on optimizing a Node.js application that was originally hosted on an EC2 instance. The ap...