mooyoul / aws-cdk-ses-domain-identity

Constructs for provisioning and referencing domain identities which can be used in SES RuleSets and Actions Construct.
MIT License
37 stars 13 forks source link

Does not appear to respect existing TXT entries #23

Closed ryanneill-sterling closed 3 years ago

ryanneill-sterling commented 3 years ago

So I've got a bit of weird use case where we split inbound/outbound email domains and as such I already have a defined TXT record that should only be appended with the SES supplied value as opposed to being created completely fresh. For now I'm stuck doing this manually due to time constraints but if I get some free time I'll see about extending this for that scenario. Very needed project, can't wait to see this functionality more fleshed out in time.

ryanneill-sterling commented 3 years ago

Ugh, never mind, this could theoretically come up for multiple SES setups but I failed to note that the SES TXT record is actually on _amazonses.${your-domain} intead of just ${your-domain}. This actually should work perfectly for my use case. Cheers!