Yenfry Herrera Feliz

Results 57 comments of Yenfry Herrera Feliz

Hi @a-h, thank you for reaching out. I was able to reproduce the reported behavior, and also I can confirm that the workaround you tried worked. I can see that...

Hi @redvivi thanks for opening an issue. I am not sure how you got those fields from the demo side. I have been trying with different documents and I was...

I am going to also share the code that I used for my reproduction: ```js import { Textract, AnalyzeDocumentCommand, } from "@aws-sdk/client-textract"; const textract = new Textract({ region: 'REGION', });...

Hi @redvivi I will reach out to the service team to get an understanding about why those fields are not present any more. I will use this thread to provide...

Hi @aaaristo, thanks for opening this issue. I tried to reproduce the reported behavior but in my tests I got successfully results. Please see below: ```js const {marshallInput} = require('../node_modules/@aws-sdk/lib-dynamodb/dist-cjs/commands/utils.js');...

> @yenfryherrerafeliz The output above is not correct, you are trying to set a map attribute. And it will fail if you try to send an actual UpdateItem command. Hi...

Hi @jcpage, thanks for opening this issue and sorry for the delayed response. I can confirm this is an issue and also is caused by what @Sceat mentioned. I will...

Hi @bmccann36, thanks for opening this issue. I can confirm this is an issue and we will work on getting this fixed as soon as possible. In the meantime we...

Hi @bmccann36, this issue has been fixed by the following [PR](https://github.com/aws/aws-sdk-js-v3/pull/3988). Thanks!

Hi @spencerwilson thank you for opening this issue and also for the feedback provided. I will mark this to be reviewed so we can address this further. Thanks!