rabblerouser / infra

Code for spinning up Rabble Rouser infrastructure and provisioning the app.
https://rabblerouser.team
GNU Affero General Public License v3.0
0 stars 2 forks source link

Add group-mailer app #11

Closed camjackson closed 7 years ago

camjackson commented 7 years ago

This deploys the group-mailer app.

There are a couple of TODOs here, because both the mailer and the group-mailer need the name of the S3 bucket where emails are stored. That S3 bucket is created by this code which is in a different repo at the moment, which means this code here can't read the S3 bucket name.

So we either need to integrate the two somehow, or we could just live with the bucket name being specified in two different locations for the time being.

camjackson commented 7 years ago

This is ready for review now. As discussed on slack, we'll live with the bucket name being specified in two different places for now.