Alexander Smirnoff

Results 16 comments of Alexander Smirnoff
trafficstars

Am I correct, that as of now we do have only two channels and for a 1:1 meetings we are able to process two streams independently, right?

Hi all. Let me jump in ;) I've just started to discover Amazon Chime and I'm wondering if it is possible to setup transcribe language per attendee explicitly (attendee set...

I faced the same issue. Does anyone solved it? :thinking:

I solved it with ```ts import { Field, TextractDocument } from 'amazon-textract-response-parser/dist/cjs' ```

downgrade doesn't help to solve the issue ```bash $ cdk version 2.40.0 (build 56ba2ab) ... NOTICES 21902 apigateway: Unable to serialize value as aws-cdk-lib.aws_apigateway.IModel Overview: Users of CDK in any...

I've quite similar issue. After I have created a new account and OU within one update, I'm getting the following ERRORs: ``` $ org-formation update organization.yml --profile admin WARN: AccessDenied:...

@jakewtaylor did you find any solution?

Seems the issue still in place. I tried to run this script in different time zones and got quite diverged results. ```js console.log(dayjs("2027-10-31T00:00:00Z").tz("Europe/Berlin").format()); console.log(dayjs("2027-10-31T01:00:00Z").tz("Europe/Berlin").format()); // +1hr ``` **ServerTime**: Wed Sep...

I just want to reignite the discussion since we generate schemas from numerous sources and aim to avoid enum generation. It would also be beneficial to have the ability to...