Thundra Dotnet Example Projects

Learn to fly with Thundra & AWS Lambda quickly.

We used AWS dotnet tools for deploying and invoking lambdas in these examples.

You can install AWS dotnet tools easily by:

dotnet tool install --global Amazon.Lambda.Tools --version 3.1.2

hello-thundra

Simple example to get started with Thundra.

You will learn how to observe the invocation metrics of lambda functions using Thundra with default settings.

Go to example

thundra-logging-example

Simple logging example to get started with Thundra Logs.

You will learn how to observe the invocation metrics, especally logs of lambda functions with Thundra using sample logs.

Go to example