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 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则