-
Notifications
You must be signed in to change notification settings - Fork 402
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
Allow usage of existing user pool #279
Conversation
…ng_user_pool Allow using an existing user pool
Could you fix the merge conflicts? |
# Conflicts: # cloudformation/template.yaml
@amazon-meaisiah Done! |
Hey again @amazon-meaisiah ! I tested it out on our environment - and for some reason, the URL for the existing cognito user pool is broken in the UI. When I try to sign in, it sends me to |
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.
Could you remove the backup files, the *.un~
files?
@nimrodkor Not sure personally based on a cursory look at the code, but I'll see if I can work with other team members to figure out what's going on or if I just missed something. |
* Delete .History.md.un~ * Delete .Readme.md.un~ * Delete .package.json.un~ * Delete .index.js.un~
@amazon-meaisiah Removed the temp files, sorry about that! |
@nimrodkor - Looks like this change was merged in a while ago but it is not in the latest any more. Any ideas on what happened to it? Were there any issues with this? thanks |
Description of changes:
Added two parameters to allow usage of existing User Pool instead of creating a new one.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.