/thundra-examples-lambda-nodejs

Thundra Example Node.js Projects for AWS Lambda Platform

Primary LanguageJavaScript

Thundra Node.js Example Projects

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

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

hello-thundra-async

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.

Go to example

express-serverless-http

Example using express and serverless-http with async monitoring.

Go to example

alexa-skill-demo

Example Alexa Skill demo using Alexa Skill Kit Node.js SDK

Go to example