Emma Sauerborn

Results 72 comments of Emma Sauerborn

Even if the lambda is in the same region, it's still possible that the region is being set incorrectly in the API calls to Rekogniton. Can you look for this...

@zerokarafont can send us what you tried and what error message you got, and we'll try to help you get it working.

Hi @zerokarafont looks like this repo is using the `FaceLivenessDetectorCore` component. Can you attempt a reproduction without the UI component? You can use the [StartFaceLivenessSession](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/rekognitionstreaming/command/StartFaceLivenessSessionCommand/) command to call the Recognition...

@zerokarafont here's a sample repo showing how to make this API call. You'll likely need to make some modifications but can you try pulling this down and see if you...

> @esauerbo This would only occur if there's a really long word in a paragraph, right? @reesscot I was only able to reproduce with a really long word; multiple words...

Hey @nam-truong-le thanks for all the detailed information! I tried reproducing this with a simplified version of your `package.json` (I only included necessary dependencies for `FileUploader`) and removed the `dispatch`...

@nam-truong-le thanks for digging into this issue and creating a PR. We'll review as a team and follow up. In the meantime, I'm still curious why the file is being...

@nam-truong-le thanks for the information. Since you're consistently seeing this error, would you be able to provide a minimal reproduction? This ideally would be a Github repository that contains the...

@nam-truong-le are you still experiencing this issue?

@Tyg0th are you using `http` by any chance? Some browsers will block camera and microphone access on insecure origins. You could try printing `navigator.mediaDevices` to the console; if it's undefined...