Ivan Kiselev

Results 21 comments of Ivan Kiselev

Closing it in an absence of any attention from maintainers

So, the only way to get analytics propagated to the pinpoint I've found, is to use low-level AWS APIs, like so: ```typescript import { Amplify, ResourcesConfig } from "aws-amplify"; import...

Ok, so I thought I am going to be smart and do the following: ```typescript import { record } from "@aws-amplify/analytics"; import { signIn } from "@aws-amplify/auth"; const handleSignIn =...

Hey @reesscot @nadetastic @cwomack The PR is ready for initial review, I haven't updated docs presuming there are going to be corrections to the PR, I will do so shall...

> I believe that as long as your user pool client is connected to Pinpoint it should automatically send the events without additional config since under the hood the library...

@nadetastic Friendly ping here I'd need to decide whether to stick to Amplify for the long term in the project or implement everything myself, and analytics integration between cognito and...

Has anybody found not-too-tedious to implement workaround here? Also, I am not quite sure that setting `aws-waf-token` to AWS cognito is the right thing? At least I cannot get successful...

I also wrapped simulated SignUp function logic there to wrap it with another JS Wrapper as described in AWS Documentation [here](https://docs.aws.amazon.com/waf/latest/developerguide/waf-js-captcha-api-conditional.html) like so: in `index.html`: ``` ``` ```Typescript declare global...