Skip to content
This repository has been archived by the owner on Aug 14, 2022. It is now read-only.

AaronMoat/serverless-email-worker

Repository files navigation

Serverless Email Worker

Built with Node.js + AWS.

Test the emails locally

nvm use
npm install
npm run generate-sample-emails

Deploying

Requirements:

  • SAM CLI
  • AWS CLI + Configured AWS CLI credentials
  • AWS SES domain or sender verification via the AWS console, to allow the use of your email sender
sam build
sam package --s3-bucket <your-packaging-assets-bucket> --s3-prefix serverless-email-worker --output-template-file .aws-sam/packaged.yml
sam deploy --template-file .aws-sam/packaged.yml --stack-name serverless-email-worker --capabilities CAPABILITY_IAM --parameter-overrides SenderName=<email sender name> SenderEmail=<email@address>

About

Serverless email worker with Node.js + AWS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published