Hello :slightly_smiling_face: I’m trying to creat...
# dotnet
r
Hello 🙂 I’m trying to create DomainIdentity in SES using AwsNative provider and I’m having some issues with verifying that domain identity in my hosted zone. The ‘classic’ provider actually includes two types,
EmailIdentity
and
DomainIdentity
but in native this is the only type and it says: _EmailIdentityValue This property is required. The email address or domain to verify_ so I assumed that it can be used to create both (automagically?) but the created emailIdentity object does not contain any verification token that I could use for creating new Route53.Record to verify my domain…anyone got any ideas? The classic provider when I create DomainIdentity return a verification token..