Follow

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use
Contact

Use pulumi to set automatic sign up emails in aws cognito

In aws console under Cognito user pools there is a Sign-up experience tab, under this tab is
"Allow Cognito to automatically send messages to verify and confirm" which ends up Disabled if configuring a user pool with pulumi. How can I enable it? There doesn’t seem to be an option in the api (docs: https://www.pulumi.com/registry/packages/aws/api-docs/cognito/userpool)
and it also seems like the aws cdk enables it by default.

>Solution :

MEDevel.com: Open-source for Healthcare and Education

Collecting and validating open-source software for healthcare, education, enterprise, development, medical imaging, medical records, and digital pathology.

Visit Medevel

John, I think you will have to configure the properties which trigger sending a verification email. You can do this using the autoVerifiedAttributes property on the user pool resource:

https://www.pulumi.com/registry/packages/aws/api-docs/cognito/userpool/#autoverifiedattributes_nodejs

Add a comment

Leave a Reply

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use

Discover more from Dev solutions

Subscribe now to keep reading and get access to the full archive.

Continue reading