With pulumi, is it possible to create and verify a...
# aws
r
With pulumi, is it possible to create and verify a ses domain identity with
Provide Your Own DKIM Authentication Token
approach? I currently achieve it with aws cli:
Copy code
aws sesv2 create-email-identity --cli-input-json <file://path>
And then look up existing resource manually to get its id.