Learn to fly with Thundra & 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
Simple example to get started with Thundra.
You will learn how to observe the invocation metrics of lambda functions using Thundra with default settings.
Simple example to get started with Thundra and async monitoring.
You will learn how to observe the invocation metrics of lambda functions using Thundra with async monitoring.
Example using express and serverless-http with async monitoring.
Example Alexa Skill demo using Alexa Skill Kit Node.js SDK