From eb2aa7909e4e4dbebbcd38de3e0391c10db26b53 Mon Sep 17 00:00:00 2001 From: Austen Date: Tue, 29 Mar 2016 16:48:08 -0700 Subject: [PATCH] Readme: add badges --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 669ebd39f..a13f08737 100755 --- a/README.md +++ b/README.md @@ -4,6 +4,9 @@ Serverless Framework (BETA) ================================= [![serverless](http://public.serverless.com/badges/v3.svg)](http://www.serverless.com) [![npm version](https://badge.fury.io/js/serverless.svg)](https://badge.fury.io/js/serverless) +[![gitter](https://img.shields.io/gitter/room/serverless/serverless.svg)](https://gitter.im/serverless/serverless) +[![dependencies](https://img.shields.io/david/serverless/serverless.svg)](https://www.npmjs.com/package/serverless) +[![license](https://img.shields.io/npm/l/serverless.svg)](https://www.npmjs.com/package/serverless) Serverless is the application framework for building web, mobile and IoT applications exclusively on Amazon Web Services' Lambda and API Gateway. It's a command line interface that helps you build and maintain serverless apps across teams of any size. It's also completely extensible via Plugins. We believe AWS Lambda will be the focal point of the AWS cloud, and the Serverless Framework interprets AWS from Lambda's perspective.