From dfd59b3f5e27dd7a09a5ea2f8cfbb14a126e3145 Mon Sep 17 00:00:00 2001 From: Tom Chiverton Date: Fri, 8 Apr 2022 16:09:12 +0100 Subject: [PATCH] Update README.md By adding as a dev (package time) dependency, does not drag the whole Serverless framework, and all of it's dependencies, into the deployment package. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8c3edf5..926fb50 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ A Serverless plugin to easily add CloudWatch alarms to functions ## Installation ```bash -npm i serverless-plugin-aws-alerts +npm i serverless-plugin-aws-alerts --save-dev OR