-
Notifications
You must be signed in to change notification settings - Fork 4k
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
(aws-cognito): L2 Construct support for analytics configuration #32837
Comments
Hi @wladyslawczyzewski , thanks for opening this feature request. Yes, this is currently no available in L2 construct UserPoolClientProps - https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_cognito.UserPoolClientProps.html Here is L1 constuct pointing to User pool client for analytics configuration - An L2 support would be great. Thanks for volunteering for contribution. Looking forward to your PR! |
oops, looks like we both were working on this issue @ren-yamanashi :) thanks for you contribution! closing my PR in that case. |
I apologize for neglecting to confirm that you are allowed to submit a PR. |
@ren-yamanashi thank you for your work on this! hopefully someone from maintainers team will merge it soon :) |
Comments on closed issues and PRs are hard for our team to see. |
1 similar comment
Comments on closed issues and PRs are hard for our team to see. |
Describe the feature
At this moment, to configure native integration of Cognito's App Client with the Pinpoint project you can either do this from the AWS Console or use the workaround like showed below.
CDK already has the L2 construct for Cognito App Client and we need to extend this construct to allow engineers to configure the integration from the L2 construct props instead of L1 construct.
Use Case
Cognito has the native integration with Pinpoint analytics useful for operations like
InitiateAuth
,RespondToAuthChallenge
and few others. This integration allows Cognito App Client to send the analytic events to Pinpoint without implementing this separately.Proposed Solution
No response
Other Information
No response
Acknowledgements
CDK version used
2.173.2
Environment details (OS name and version, etc.)
macOS, Node v22
The text was updated successfully, but these errors were encountered: