Open hisham opened 4 years ago
Turned out adding this in the cloudformation is easy - just need to add this snippet:
EmailConfiguration:
SourceArn: arn:aws:ses:us-east-1:...
EmailSendingAccount: DEVELOPER
Do you have any resources or blog where you can explain how did you do this?
Hi @MontoyaAndres you need to edit your auth cloudformation file. Look for a file that ends with 'cloudformation-template.yml' under amplify/backend/auth dir.
Thanks @hisham ! What did you write in that file? I haven't done this before and I don't know so much about it :/
Any idea if this can be prioritized? Amplify prides itself for being sensible defaults for building on AWS. Without a seamless integration of SES, the production readiness of Amplify will be compromised, as the limitations of Cognito will be quickly exceeded. In light of Cognito's own recommendation to utilize SES for production, it is evident that this configuration is essential.
Is your feature request related to a problem? Please describe. Cognito UI shows this warning. Further investigation shows that Cognito has 50 email / day delivery limit.
Describe the solution you'd like It seems like Amplify CLI should default set Cognito to deliver email through SES, or at least give us this option?
Describe alternatives you've considered It seems I have to modify the cloudformation manually to get this currently.