https://pulumi.com logo
#aws
Title
r

rhythmic-fireman-45324

01/28/2021, 11:00 AM
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.
6 Views