Open VadzimBelski-ScienceSoft opened 3 weeks ago
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 UserPool
as prop but not an IUserPool
. If you can somehow make that happen it should work together. I don't know enough about Amplify to suggest to you if and how that can be down with Amplify.
Also see pointers here: https://github.com/aws-samples/amazon-cognito-passwordless-auth/issues/118
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.