Skip to content

An open source and easy-to-use monitoring tool for your AWS serverless applications.

License

Notifications You must be signed in to change notification settings

oslabs-beta/Helios

Repository files navigation

AWS Serverless Applications Monitoring Tool

Contributors Stargazers Issues MIT License

Table of Contents
  1. Motivation for Project
  2. Getting Started
  3. AWS End Users
  4. Developers
  5. Contributors
  6. License

Motivation for Project

Serverless Applications are becoming increasingly popular as they relieve organizations and programmers from worrying about provisioning and maintaining the servers to just focusing on developing and deploying the code. It is also cost-effiecient in many scenarios as servers are running only when an event (for e.g. an API request) is triggered.

AWS is a leading provider in the serverless applications space with AWS Lambda functions being its central component of the architecture. However, with AWS’ numerous services and extensive docs, it becomes challenging to navigate and can be intimidating to monitor and track the health of serverless applications.

Helios is a free, open-source monitoring tool that users can connect to their AWS account and easily track key metrics and logs. Here is a medium article describing the philosophy behind Helios. The application can be downloaded here. Helios is preconfigured to track the following three main components of AWS serverless applications.

Getting Started

The following instructions are split into two sections for:

AWS End Users

This section describes the instructions for AWS end users who would like to download the application and connect their AWS account. For developers who would like to contribute to the open-source project, follow these instructions.

Installation and Setup

  1. Download the Helios application here
  2. Existing users enter email and password to login
  3. For new users click Signup to create a new user account
  4. Follow the instructions and complete the steps to connect an AWS account
  5. Copy and paste the unique AWS ARN outputted from the prior step
  6. Select the AWS Region where the serverless applications are deployed
  7. You're all set to start monitoring!


The Helios application is preconfigured to track three main components of AWS serverless applications. Once the user is logged in these components can be visualized through the side navigation menu.

Lambda Metrics

Displays the aggregated metrics for their Lambda functions including: Throttles, Invocations, and Errors. The metric totals by Lambda function are also shown in tabular format. Users have an option to further visualize metrics for specific functions. Users can adjust the time period shown.

Logs

Displays the logs and errors by AWS Lambda function. Users just have to click the Lambda function logs they wish to see and Helios will fetch and organize them. Any errors that might be occurring are also separated into their own tab for quick identification. Users can adjust the time period shown.

API Gateway

On the API Gateway page, users can identify all the resources/paths and methods that exist on AWS' API Gateway service as well as their endpoints (if applicable). This will help bring clarity to understanding which route is driving to which Lambda function. If an API is clicked, users will also be able to visualize the following metrics for that API in a given time period.

  • API Latency (the time between when the API receives a request from a client and when it returns a response to the client)
  • Count (the total number of requests to the API)
  • 5XX Errors (the number of server-side errors captured)
  • 4XX Errors (the number of client-side errors captured)

User Profile

Users can update the profile and their default AWS region on the User Profile page. Here, they can also update the AWS account they have linked (by going through the StackFormation process again with a different AWS account and then providing Helios with the updated ARN). They could also update their email and/or password, if they so wish.

It's that simple and easy to use!!

Developers

This section describes the instructions for developers who would like to download and contribute to the open-source Helios project. For AWS end users who would like to download the application and connect their AWS account, follow these instructions instead.

Built With

The Helios application was built using the following key frameworks / libraries for the front-end and back-end:

Project Setup

The pre-requisite software for setting up this application are:

  1. Clone the repo

    git clone https://github.com/oslabs-beta/Helios.git
    cd Helios
  2. Install the package dependencies

    npm install
  3. Update the .env file in the project root directory with the necessary credentials

  4. The application can be run in development mode by running the following command and going to http://localhost:8080/ on your browser

    npm run dev
  5. Additionally, you can build and run the application (in Electron) with the following commands. This should start up the electron application

    npm run build
    npm start

Contributors

Project Links: Website | Github | Linkedin

License

Distributed under the MIT License.

About

An open source and easy-to-use monitoring tool for your AWS serverless applications.

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages