aws-email-forwarder/README.md

23 lines
520 B
Markdown
Raw Permalink Normal View History

2018-12-22 20:07:09 +01:00
# aws-email-forwarder
> Serverless email forwarding service with AWS Lambda and Simple Email Service, built and deployed with gulp. Extending from [arithmetric/aws-lambda-ses-forwarder](https://github.com/arithmetric/aws-lambda-ses-forwarder).
## Usage
```bash
npm i
# fill in environment variables
cp .env.sample .env
2018-12-22 20:13:00 +01:00
# build
2018-12-22 20:07:09 +01:00
gulp
2018-12-22 20:13:00 +01:00
# deploy
gulp deploy
2018-12-22 20:07:09 +01:00
```
2018-12-22 20:13:00 +01:00
## Initial Setup
2018-12-22 20:07:09 +01:00
Follow initial AWS setup instructions on [arithmetric/aws-lambda-ses-forwarder](https://github.com/arithmetric/aws-lambda-ses-forwarder).