-
Notifications
You must be signed in to change notification settings - Fork 74
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
Amplify defineAuth how to pass to UserPool in Passwordless lib #209
Comments
The Passwordless CDK construct needs to create its own User Pool, or at least have the User Pool in the same CDK stack. That's why it can take in a |
Also see pointers here: #118 |
I tried doing this here:
Seems like it's building and it's working, we'll do further tests though. Thank you for this @ottokruse |
Closing for now feel free to ping to re-open if there's still an issue |
Hi,
I am trying to make a sinergy for Amplify Auth definitions with Passwordless.
My Backend.ts looks like this but unfortunetely it does not deploy
My Paswordless looks like this
from what i understand is that i can not modify Amplify cdk provisioned resources so i can not merge this 2 libs to work.
Please give me directions.
The text was updated successfully, but these errors were encountered: