SES EmailIdentity DKIM records include region, unlike console #35277
Unanswered
NielsVanWoensel
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey folks,
I'm trying to verify my email domain in Amazon SES using
EmailIdentity
construct in TypeScript:The
identity
exposesdkimRecords
, which I output like this:The generated CNAMEs contain the region (
eu-central-1
in my case).However, when I check the SES console under:
SES -> Configuration -> Identities > my-domain.com > Authentication > DKIM, the CNAMEs shown there are almost the same but do not include the region.
Is this the expected behavior when creating
EmailIdentity
via CDK, or am I missing a configuration detail?Thanks in advanced!
Beta Was this translation helpful? Give feedback.
All reactions