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(custom-resources): AwsCustomResource fails when SDKv3 expects Uint8Array #27065

Merged
merged 3 commits into from
Sep 8, 2023

Commits on Sep 8, 2023

  1. fix(custom-resources): AwsCustomResource fails when SDKv3 expects Uin…

    …t8Array
    
    The SDKv3 has changed the input representation of `blob` types from
    `string | Buffer | Uint8Array` to `Uint8Array`. That means all places
    where customers were passing in `strings` now fail to pass the right
    kind of value.
    
    Similar to #27034, but for `AwsCustomResource`.
    rix0rrr committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    92c3cb6 View commit details
    Browse the repository at this point in the history
  2. Snapshots

    rix0rrr committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    9bc25dd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1ea1f29 View commit details
    Browse the repository at this point in the history