Search⌘ K
AI Features

Challenge: Adding Logs and Traces

Explore how to implement logging and tracing in an AWS Lambda function that adds two numbers. Learn to capture input events, record errors, and trace method calls to improve monitoring and diagnostics in serverless applications using .NET and AWS Powertools.

We'll cover the following...

The playground contains a Lambda function that takes an object with two integer numbers as its ...