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.
This deploys the
group-mailer
app.There are a couple of TODOs here, because both the
mailer
and thegroup-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.