noi-techpark / mail-dispatcher

The repository containa a mail dispatcher developed using amazon AWS technologies (SES and Lambda functions) in order to map and forward mails sent to aliases or mailing lists.
0 stars 2 forks source link

Fix issue during deployment. #4

Closed danielrampanelli closed 5 years ago

danielrampanelli commented 5 years ago

When checking for existing rules, make sure to handle the return value if null or undefined (although the docs don't indicate this possibility).