Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(codegen): fix set deserialization in SSDKs #3322

Merged
merged 1 commit into from Feb 19, 2022

Commits on Feb 16, 2022

  1. fix(codegen): fix set deserialization in SSDKs

    Using JavaScript's Set to detect duplicate items does not work for
    non-primitive types. There's a function in server-common to detect duplicates
    of any type, and detecting them in server deserialization is much more
    important than client deserialization, so the check has been moved to
    server-only.
    adamthom-amzn committed Feb 16, 2022
    Copy the full SHA
    4020537 View commit details
    Browse the repository at this point in the history