From 944fbed95f1b86bc2ebb37b6d7bf8dc427776ff9 Mon Sep 17 00:00:00 2001 From: Rumesh Hapuarachchi Date: Sat, 6 Aug 2016 00:38:09 +0530 Subject: [PATCH] Added Serverless dynamodb local plugin and serverless dependency install plugin links --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 237321b09..f5fa4bb7d 100755 --- a/README.md +++ b/README.md @@ -171,3 +171,5 @@ Serverless is composed of Plugins. A group of default Plugins ship with the Fra * [Sentry](https://github.com/arabold/serverless-sentry-plugin) - Automatically send errors and exceptions to [Sentry](https://getsentry.com). * [Auto-Prune](https://github.com/arabold/serverless-autoprune-plugin) - Delete old AWS Lambda versions. * [Serverless Secrets](https://github.com/trek10inc/serverless-secrets) - Easily encrypt and decrypt secrets in your Serverless projects +* [Serverless DynamoDB Local](https://github.com/99xt/serverless-dynamodb-local) - Simiulate DynamoDB instance locally. +* [Serverless Dependency Install](https://github.com/99xt/serverless-dependency-install) - Manage node, serverless dependencies easily within the project.