Posted On: Feb 28, 2023

AWS Lambda Powertools, an open-source developer library, now supports .NET to help you incorporate Well-Architected Serverless best practices into your .NET Lambda function code as early and as fast as possible.

By providing abstractions on top of the AWS SDK and multiple AWS services, Powertools increases developer's productivity by streamlining the adoption of best practices defined in the AWS Well-Architected Serverless Lens. In this release, Lambda Powertools for .NET focuses on three observability features: distributed tracing (Tracing), structured logging (Logging), and asynchronous business and application metrics (Metrics). Developers can use Lambda Powertools for .NET to adopt these practices in mere seconds.

Lambda Powertools for .NET is used when developing code for the .NET 6 Lambda runtime. Lambda Powertools for .NET can be used in all AWS Regions where Lambda is available. Powertools is also available for the Python, Java, and TypeScript programming languages.

To learn more about the new Lambda Powertools for .NET, see the blog post Introducing AWS Lambda Powertools for .NET. You can submit feedback, ideas, and issues directly on our GitHub project.