Skip to content

Commit

Permalink
revert unnecessary readme diff
Browse files Browse the repository at this point in the history
  • Loading branch information
yasuaki640 committed Oct 4, 2024
1 parent a03a9ec commit e6842a4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/aws-cdk-lib/aws-cognito/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit e6842a4

Please sign in to comment.