serverless-operations / serverless-dashboard-for-atom

This is a Atom editor package which allows you to deploy and visualize your serverless service with Serverless Framework on Atom.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Serverless Dashboard For Atom Editor

This is a Atom editor package which allows you to deploy and manage your serverless service with Serverless Framework on Atom. Currently, this pakage has supported only AWS, but we will support multi providers in the future.

This project is inspired by Serverless Dashboard

Installation

Preparation

Install Serverless Framework

npm install -g serverless

Command Line

  1. Install Atom

  2. In the terminal, install the package via apm:

    apm install serverless-dashboard

GUI

  1. Install Atom
  2. Launch Atom
  3. Open Settings View using Cmd+, on macOS or Ctrl+, on other platforms
  4. Click the Install tab on the left side
  5. Enter serverless-dashboard in the search box and press Enter
  6. Click the "Install" button that appears

How to use

Launch Dashboard

  1. Open Packages menu
  2. Click Serverless Dashboard > Open your serverless.yml
  3. Specify your serverless.yml

About

This is a Atom editor package which allows you to deploy and visualize your serverless service with Serverless Framework on Atom.

License:MIT License


Languages

Language:JavaScript 83.4%Language:CSS 16.6%