CloudFormation/CDK wait for SES Email Identity Verification

0

Is it possible to get Cognito User Pools to wait for the SES Email Identity to be verified (wait for someone to click the verification link in the email)?

I'm getting AWS::Cognito::UserPool CREATE_FAILED "Email address is not verified"

Adding userPool.node.addDependency(verifyUserEmailIdentity) doesn't work as the resource has technically been created.

No Answers

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions