From 5f12f04e1530091d2e1689bcbc17816fdf7be486 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Sat, 22 Dec 2018 20:13:00 +0100 Subject: [PATCH] update docs --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f03c714..b5fcdc7 100644 --- a/README.md +++ b/README.md @@ -10,10 +10,13 @@ npm i # fill in environment variables cp .env.sample .env -# package and deploy +# build gulp + +# deploy +gulp deploy ``` -## Setup +## Initial Setup Follow initial AWS setup instructions on [arithmetric/aws-lambda-ses-forwarder](https://github.com/arithmetric/aws-lambda-ses-forwarder).