Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(cognito): better support for using SES for email delivery when creating a Cognito user pool #12367

Closed
natesilva opened this issue Jan 6, 2021 · 3 comments
Assignees
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.

Comments

@natesilva
Copy link

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.

Warning message shown in the AWS Console
User pool created using @aws-cdk/aws-cognito

Proposed Solution

The cognito.UserPoolProps should support the emailSendingAccount and sourceArn properties from CloudFormation.

Other

Workaround: The workaround is to use CfnUserPool (the “Level 1 AWS CloudFormation-only construct”).


This is a 🚀 Feature Request

@natesilva natesilva added feature-request A feature should be added or improved. needs-triage This issue or PR still needs to be triaged. labels Jan 6, 2021
@github-actions github-actions bot added the @aws-cdk/aws-cognito Related to Amazon Cognito label Jan 6, 2021
@straygar
Copy link

straygar commented Jan 6, 2021

I think this is a duplicate of: #6768

@nija-at
Copy link
Contributor

nija-at commented Jan 7, 2021

Duplicate of #6768

@nija-at nija-at marked this as a duplicate of #6768 Jan 7, 2021
@nija-at nija-at closed this as completed Jan 7, 2021
@github-actions
Copy link

github-actions bot commented Jan 7, 2021

⚠️COMMENT VISIBILITY WARNING⚠️

Comments on closed issues are hard for our team to see.
If you need more assistance, please either tag a team member or open a new issue that references this one.
If you wish to keep having a conversation with other community members under this issue feel free to do so.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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.
Projects
None yet
Development

No branches or pull requests

3 participants