From e6842a41a2d6609438e0b6864f1cf769d436724e Mon Sep 17 00:00:00 2001 From: yasuaki640 Date: Fri, 4 Oct 2024 22:04:57 +0900 Subject: [PATCH] revert unnecessary readme diff --- packages/aws-cdk-lib/aws-cognito/README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/packages/aws-cdk-lib/aws-cognito/README.md b/packages/aws-cdk-lib/aws-cognito/README.md index 5a2b482d8caa1..a5f9bf77c87bc 100644 --- a/packages/aws-cdk-lib/aws-cognito/README.md +++ b/packages/aws-cdk-lib/aws-cognito/README.md @@ -638,9 +638,7 @@ new cognito.UserPoolIdentityProviderAmazon(this, 'Amazon', { userPool: userpool, attributeMapping: { email: cognito.ProviderAttribute.AMAZON_EMAIL, - // use other() when an attribute is not pre-defined in the CDK - emailVerified: cognito.ProviderAttribute.other('email_verified'), - website: cognito.ProviderAttribute.other('url'), + website: cognito.ProviderAttribute.other('url'), // use other() when an attribute is not pre-defined in the CDK custom: { // custom user pool attributes go here uniqueId: cognito.ProviderAttribute.AMAZON_USER_ID,