Thundra Python Example Projects
Learn to fly with Thundra and AWS Lambda quickly.
We used serverless plugin for deploying and invoking lambdas in these examples.
You can install serverless easily by:
npm install serverless -g
Hello Thundra
This is a simple example to get started with Thundra.
With this example you will learn how to observe the invocation metrics of lambda functions using Thundra with default settings.
Hello Thundra Async
This is a simple example to get started with Thundra and async monitoring.
With this example you will learn how to observe the invocation metrics of lambda functions using Thundra with async monitoring.