aws / aws-sdk-js-v3

Modularized AWS SDK for JavaScript.
Apache License 2.0
2.95k stars 554 forks source link

fix(util-dynamodb): fix signature overload resolution for marshall() fn #6195

Closed kuhe closed 2 weeks ago

kuhe commented 2 weeks ago

Issue

fixes https://github.com/aws/aws-sdk-js-v3/issues/4828

this re-attempts https://github.com/aws/aws-sdk-js-v3/pull/4829 (reverted)

reported issue causing the revert https://github.com/aws/aws-sdk-js-v3/issues/4901. I don't think this was valid in retrospect, we reverted hastily.

Description

Fix overload signature resolution for marshall(), with tests this time.

Testing

type-checked unit tests

github-actions[bot] commented 1 day ago

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs and link to relevant comments in this thread.