Configure AWS SES Domain Identity and DKIM with CDK
Some AWS resources are not availble via Cloudformation but can be managed via AWS API. One example is SES Domain Identity and Domain DKIM configuration.
It's easy to make API Calls using CDK. Check out the example below