Serverless email forwarding service with AWS Lambda and Simple Email Service. Built and deployed with gulp.
.env.sample | ||
.gitignore | ||
.prettierrc | ||
gulpfile.js | ||
index.js | ||
package.json | ||
README.md |
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.
Usage
npm i
# fill in environment variables
cp .env.sample .env
# package and deploy
gulp
Setup
Follow initial AWS setup instructions on arithmetric/aws-lambda-ses-forwarder.