-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
remove username from username_attributes in outputs schema #1636
base: main
Are you sure you want to change the base?
remove username from username_attributes in outputs schema #1636
Conversation
🦋 Changeset detectedLatest commit: 7a91959 The changes in this PR will be included in the next version bump. This PR includes changesets to release 13 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
need to update api extract (run npm run update:api
). Also, isn't this a breaking change?
@edwardfoyle that command just loops for me :/ I have to kill my terminal to stop it I put this as a patch because I don't think it's being used, but I may have overlooked something (cc @Amplifiyer ) |
This is a breaking change. This is ugly, but leaving it as is won't hurt since we control the producer. |
I think you need to build locally first |
I'll move forward with the change to a major bump in the changeset. Though this value does not get generated: It is expected to be consumed |
…m-username-attributes
Problem
in Cognito, username attributes are attributes that can be used in place of a username
https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_cognito.CfnUserPool.html#usernameattributes
Issue number, if available:
Changes
removes
username
from list of validusername_attributes
in the outputs schemaCorresponding docs PR, if applicable:
Validation
Checklist
run-e2e
label set.By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.