numo-labs / lltrace

:ox: lltrace visualizes the architecture of your serverless apps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lltrace

                   V
                  /'>>>
                 /*/
                / /
               /*/
              / /  _ _ _ _
      -------/*/   | | | |_ _ __ __ _  ___ ___
   --/  *  * */    | | | __| '__/ _` |/ __/ _ \
    /* * *  */     | | | |_| | | (_| | (_|  __/
    -  --- -/      |_|_|\__|_|  \__,_|\___\___|
     H    H
     H    H
     --   --

Purpose

lltrace is a tool for visualizing the architecture of your serverless app. It's a diagram of your lambdas, SNS topics and S3 buckets and their interactions that never goes out of date.

Pre-requisites

  1. You need to use lltrace-aws-sdk in you lambdas
  2. You should have Python & Boto3 and Mermaid (plus PhantomJS)

Usage

Run:

make viz

About

:ox: lltrace visualizes the architecture of your serverless apps

License:Mozilla Public License 2.0


Languages

Language:HTML 91.6%Language:JavaScript 5.7%Language:Python 2.3%Language:Makefile 0.2%Language:CSS 0.2%