forked from aws/aws-sdk-js-v3
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Test merging smithy-codegen to master #2
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Must add it back after client-cognito-identity is available
Co-authored-by: awstools <[email protected]>
Changes in this update include: * Added models for greengrass and mediaconnect. * Traits that don't match the protocol are preserved. * XML name and flattened traits are fixed up accoring to the updated spec.
Co-authored-by: Chase Coalwell <[email protected]>
* [aws#694](aws#694) * [smithy-typescript#66](smithy-lang/smithy-typescript#66) * [smithy-typescript#87](smithy-lang/smithy-typescript#87)
* feat: infer endpoint prefix from a map file * fix: update copy script to override endpoints.ts * chore: add endpoint functional test cases * fix: update clients with correct endpoint prefix from C2J
* chore: smithy gradle can generated from designated folder * chore: generate-clients scripts supports globs
* Update streaming member types(smithy-lang/smithy-typescript#138) * Fix streaming type types when they are required(smithy-lang/smithy-typescript#140)
* Protocol codegen fixes via protocol tests (awslabls/smithy-typescript#141)
* Add support for generating HTTP protocol tests(awslabls/smithy-typescript@6b6a3b182771e00742369e949903087378862ea2) * chore: update yarn lock
V2 doesn't mark the header as unsigned either: https://github.com/aws/aws-sdk-js/blob/999ebda726224a67f0fe207702bf5b03609775a4/lib/signers/v4.js#L191-L199
The @aws-crypto/sha256-browser package doesn't work properly in ReactNative. So we use replace it will pure JS hasher(@aws-crypto/sha256-js) instead. Codegen for smithy-lang/smithy-typescript#144
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is replaced by #3