Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 639 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 639 Bytes

Set Up Environment

  1. cd serverless-mailing-list
  2. pipenv install --dev
  3. pipenv run nodeenv -p
  4. pipenv shell

Installation

  1. Create a certificate for the domain name
  2. Create a SES sender identity for Newsletter
  3. Create an SES ConfigurationSet for Newsletter not currently supported by CloudFormation
  4. Set values in config.yml
  5. Create stack: serverless deploy --stage prod --aws-profile dltj-admin
  6. Upload templates to S3 bucket
  7. Attach the SesHealth SNS topic to the Bounce and Complaint endpoints