Reputation: 591
I am configuring a new Cognito User Pool. I have a verified email address which I am using, but when I try to create the user pool, I get the following error with no hint as to which parameter is invalid:
Cannot configure From email address for default email configuration (Service: AWSCognitoIdentityProviderService; Status Code: 400; Error Code: InvalidParameterException*'*
Any ideas?
Upvotes: 17
Views: 6446
Reputation: 77
There are two solutions here:
Upvotes: 3
Reputation: 9054
I had same issue, Since I had from email address arn, I removed the from email address it worked for me.
Upvotes: 16
Reputation: 58
As mentioned in the comment above, changing to use SES seems to solve this issue. I had exactly same problem and using SES worked.
Upvotes: -2