.NET on AWS Blog

Nisha Gambhir

Author: Nisha Gambhir

Nisha Gambhir is a Senior Cloud Architect based out of India. She is passionate about helping customers design, architect and develop scalable applications. She loves working on latest technologies, providing simple and scalable solutions that drive positive business outcomes.

Developing Custom Processors using OpenTelemetry in .NET 8

Introduction In the ever developing landscape of modern software development, observability has emerged as a crucial aspect of building and maintaining robust applications. OpenTelemetry, a Cloud Native Computing Foundation (CNCF) project, provides a vendor-neutral set of APIs, libraries, and tools for generating and managing telemetry data, including metrics, logs, and traces. One of the powerful […]

Modernize an existing Windows service to a .NET 8 gRPC service with Amazon ECS

Introduction gRPC is a high-performance, cross-platform Remote Procedure Call (RPC) framework that allows for efficient communication between microservices. It was developed by Google and is now open-source. gRPC efficiently connects services in and across data centers with pluggable support for load balancing, tracing, health checking and authentication. For more information on gRPC, read the gRPC […]