update docs

This commit is contained in:
Matthias Kretschmann 2018-12-22 20:13:00 +01:00
parent 41e8d30911
commit 5f12f04e15
Signed by: m
GPG Key ID: 606EEEF3C479A91F
1 changed files with 5 additions and 2 deletions

View File

@ -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).