You want outbound routing. No, it does not exist, but it has been requested.
But if you need it now, you need to be willing to build it yourself. Some options:
Create your outbound routing solution using PostFix on Linux. I don't know how, but I have read some of the documentation, enough to be both impressed and overwhelmed.
MailsBestFriend.com has built some PostFix experience, and they know SmarterMail well, so it would be worth making an inquiry.
Use domain forwarding to split your domain across two servers. One server has the users and one has the mailing lists. The caveat is that non-existent recipients might bounce back and forth a lot. Many systems have loop detection for this problem, but I don't what loop detect controls are in SmarterMail.
Use two outbound gateways running SmarterMail Free with Declude or Declude Reboot. When the MailFrom address is one of your mailing lists, move the .HDR and .EML files from the Spool\Proc folder on Server1 to the Spool\Proc folder on server2. Untested concept, but It seems likely to work.
However, you need to be aware of the limitations. These workarounds can support your plan to get AWS to allow the traffic to escape, but it does not guarantee that the traffic will be received. Mailing Lists assume that evaluating systems will tolerate impersonation, and this is no longer a safe assumption. Some options, none that are entirely satisfactory:
1) Require that potential subscribers have mail system which apply DKIM signatures to all outbound mail, and then ensure that you don't break DKIM signatures during mailing list processing.
2) Require that potential subscribers do not have a DMARC policy with p=reject or p=quarantine. This will maximize the chance that a receiving system will ignore the impersonation implied by the mailing list message.
3) Require that potential subscribers work with their support organizations to trust messages from your mailing list.
4) Obtain a customizable mailing list manager application that can do conditional rewrite of the From address. For example if the sending domain requests DMARC enforcement (quarantine or reject), and the receiving domain applies DMARC enforcement, then rewrite the From address to
user=domain@lists.example.com or something similar.
5) Take your chances, while directing subscribers to add the list address to their contacts folder, and to mark list messages as Not Spam if they do end up in the Spam folder.