(cognito): better support for using SES for email delivery when creating a Cognito user pool #12367
Labels
@aws-cdk/aws-cognito
Related to Amazon Cognito
feature-request
A feature should be added or improved.
needs-triage
This issue or PR still needs to be triaged.
The curated Cognito construct (
@aws-cdk/aws-cognito
) should support using SES for email in addition to the default setting where Cognito sends email.Use Case
In the AWS Console, there is a prominent warning that having Cognito send emails goes against best practice, and suggests switching to SES.
User pool created using @aws-cdk/aws-cognito
Proposed Solution
The
cognito.UserPoolProps
should support theemailSendingAccount
andsourceArn
properties from CloudFormation.Other
Workaround: The workaround is to use CfnUserPool (the “Level 1 AWS CloudFormation-only construct”).
This is a 🚀 Feature Request
The text was updated successfully, but these errors were encountered: