aws-cloudformation / aws-cloudformation/cloudformation-coverage-roadmap

AWS::SES::DomainIdentity

Open
#583 0 comments 23 reactions 0 assignees View on GitHub
Coverage enhancement
Dominant language
No language data
Stars
1.1k
Forks
62
PR merge metrics
No merged PRs in 30d

Description

# Scope of request

Be able to create and verify SES domain identities (similar to how ACM certificates can be created and verified) including DKIM. Rough outline of the process:
1. CloudFormation creates the resource.
2. CloudFormation spits out the DNS records that need to be created for verification (TXT for domain and CNAMEs for DKIM).
3. Something in AWS checks and verifies the records.
4. The domain is added and ready to use.

# Expected behavior

See previous section. That's just a high-level idea, it doesn't have to be exactly that process but something along those lines probably makes sense.

# Suggest specific test cases

Pass in the domain you want to add/verify as a string and CloudFormation spits out the DNS records for verification in the console (or elsewhere).

# Links to existing API docs
[SES APIs](https://docs.aws.amazon.com/ses/latest/APIReference/Welcome.html)
[VerifyDomainDkim](https://docs.aws.amazon.com/ses/latest/APIReference/API_VerifyDomainDkim.html)
[VerifyDomainIdentity](https://docs.aws.amazon.com/ses/latest/APIReference/API_VerifyDomainIdentity.html)
[ListIdentities](https://docs.aws.amazon.com/ses/latest/APIReference/API_ListIdentities.html)

# Category tag

Other (SES)

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.