Anjan Biswas
Anjan Biswas
First of all thank you for this terrific library. Works really well. Currently, the video starts to play when clicked on the preview when `light` is enabled. Would like to...
**What is the issue?** Cfn template fails with the error below- > Domain already associated with another user pool. (Service: AWSCognitoIdentityProviderService; Status Code: 400; Error Code: InvalidParameterException; Request ID: 85c89a85-6a20-4a39-9064-1cd45f31353a;...
### Before creating a new issue, please confirm: - [X] I have [searched for duplicate or closed issues](https://github.com/aws-amplify/amplify-ui/issues?q=is%3Aissue+) and [discussions](https://github.com/aws-amplify/amplify-ui/discussions). - [X] I have read the guide for [submitting bug...
Would it be a good idea to add [EntityTypes](https://github.com/aws-samples/amazon-textract-response-parser/blob/581ae2a8a9fa7f0d4c86ac11e4dc0b2a77246cf0/src-js/test/data/table-example-response.json#L2001) to [ApiCellBlock](https://github.com/aws-samples/amazon-textract-response-parser/blob/581ae2a8a9fa7f0d4c86ac11e4dc0b2a77246cf0/src-js/src/api-models/document.ts#L100), in [src-js](https://github.com/aws-samples/amazon-textract-response-parser/tree/581ae2a8a9fa7f0d4c86ac11e4dc0b2a77246cf0/src-js)?. `EntityTypes` for `BlockType : "CELL"` can be useful to find out `COLUMN_HEADERS` instead of assuming that `cellsAt(1,...
**Describe the bug** I am trying to get `ducks` to install in a Docker for AWS Lambda, I see this error during the build process. The Docker image being used...
This line (and several others similar to this in the same file) https://github.com/aws-samples/amazon-textract-textractor/blob/7f16fa74a6ab2f5b1a322c4c5c915266361deecf/caller/textractcaller/t_call.py#L579 Could potentially break s3 path's like ``` s3://bucket-name/path/to/s3://another/path/to/file.pdf ``` Yes this is apparently valid, and S3 has...