Edoardo
04/20/2022, 3:44 PMthis.auth = new Auth(this, 'Auth', {
login: ['email', 'username'],
cdk: {
userPool: {
standardAttributes: {
fullname: { required: true, mutable: false },
},
},
},
});
The problem is that when I redeploy the changes I receive the following error:
Invalid AttributeDataType input, consider using the provided AttributeDataType enum. (Service: AWSCognitoIdentityProviderService; Status Code: 400; Error Code: InvalidParameterException;)
Frank
Edoardo
04/20/2022, 4:00 PMEdoardo
04/20/2022, 4:00 PMFrank
Edoardo
04/20/2022, 4:36 PMFrank
Frank
Frank