[cognito] Import existing user pool domain #9988
Labels
@aws-cdk/aws-cognito
Related to Amazon Cognito
effort/small
Small work item – less than a day of effort
feature-request
A feature should be added or improved.
good first issue
Related to contributions. See CONTRIBUTING.md
in-progress
This issue is being actively worked on.
p1
There doesn't seem to be way to import existing Cognito user pool domain, so when
AuthenticateCognitoActionProps
needsIUserPoolDomain
it must have been created in CDK (and in that CDK app)IUserPool
andIUserPoolClient
can be imported.Code seems to just copy arns, ids and name from resources so requiring instances of IResource is unnecessary.
Use Case
Need to add listener authentication action for Cognito not created in this CDK project.
Proposed Solution
Change
AuthenticateCognitoActionProps
so that user pool, client and domain are interfaces that can be passed manually (not extending IResource).Or Add static method
UserPoolDomain.fromDomainName(domainName: string): IUserPoolDomain
so importing user pool domain would be possible.Other
This is a 🚀 Feature Request
The text was updated successfully, but these errors were encountered: