Cognito / Pinpoint integration

0

Hi there, I am not able to add the usage report from pinpoint to cognito. I have set up everything like in this article: https://docs.aws.amazon.com/cognito/latest/developerguide/cognito-user-pools-pinpoint-integration.html

In my client I am just using the aws-amplify sdk with following config:

authenticationFlowType: 'USER_PASSWORD_AUTH',
region: 'eu-central-1'
userPoolId: 'xxx'
userPoolWebClientId: 'yyy'

And then Auth.signIn(username, password).

Did I miss something? I thought cognito / pinpoint analytics should work out of box.

Thank you very much!

1 個回答
0

I don't think you're stuck with Cognito. The SDK communicates with PinPoint.

You can use PinPoint easily by using Amplify framework, but have you followed https://docs.amplify.aws/lib/analytics/getting-started/q/platform/js/#set-up-existing-analytics-backend to update App.js?

AWS
KB
已回答 2 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南