John L.
John L.
Hi @aspepper - thanks for reaching out. This error typically occurs when there's type mismatch in one of the params and since your code snippet involves different client operations, would...
Hi @aivot-on - thanks for reaching out. While I investigate, can you confirm if this issue also happens outside of Lambda or only when using with Lambda provided SDK?
@aivot-on I have attempted a few times to reproduce it on my end but haven't been able to. Do you mind sharing steps you took to get to this error?
Hey all - checking in here. Could someone confirm if having `Attachments.RawContent` base64-encoded works like @nachoe40 mentioned above? If so, that's expected by service model that the raw data of...
Hi @bayoudhi - thanks for reaching out. Below are a couple similar issues that was previously reported in this repo and suggestions made by the team in comments. Please refer...
Hey @CWMark - thanks for reaching out. To resolve this error, `Only the last chunk is allowed to have a size less than 8192 bytes`, add a client config shown...
Hi @smg-kayle - thanks for reporting this. We have an existing similar issue reported [here](https://github.com/aws/aws-sdk-js-v3/issues/6803). We will work on updating the SDK docs. Please refer this correct service docs in...
@smg-kayle - current status of this issue is that it's queued for us to work on it. I'll continue to update the status here accordingly. Thanks for your understanding.
The pagination functionality for AWS operations is defined in service models upstream using the [paginated](https://smithy.io/2.0/spec/behavior-traits.html#paginated-trait) trait. Checking the service model, DescribeCapacityProviders does not have this trait. https://github.com/aws/aws-sdk-js-v3/blob/2e7d107003aa85474670fbd4e03212c473e23432/codegen/sdk-codegen/aws-models/ecs.json#L5018 To keep consistency...
Hi there - the documentation team has informed me that they do not plan to incorporate this minor change, as the JavaScript SDK v2 will soon be entering maintenance mode....