-
Notifications
You must be signed in to change notification settings - Fork 619
docs: add notes to discourage external usage of dependencies #1241
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
Conversation
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
We'll change terminology to what's done by Lerna https://github.com/lerna/lerna/tree/master/utils/create-symlink#usage |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
We do use certain packages that are now marked internal, such as util-user-agent-browser to append Amplify's user agent for tracking Amplify metrics and other helper methods to keep consistency with aws-sdk such as @aws-sdk/util-format-url, @aws-sdk/eventstream-marshaller and @aws-sdk/util-utf8-node, @aws-sdk/util-utf8-browser, @aws-sdk/util-hex-encoding |
I can only find |
You are right, it’s no longer required since user-agent can now be appended from the client’s constructors.
|
It was not being used, and was getting deprecated. aws/aws-sdk-js-v3#1241 aws/aws-sdk-js-v3#1240?
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
It was not being used, and was getting deprecated. aws/aws-sdk-js-v3#1241 aws/aws-sdk-js-v3#1240?
Looks good to me! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
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. |
Description of changes:
Some packages are not supposed to be consumed outside the SDK. So add notes to emphasize this. They are default values of client's dependencies. They are published because the modular nature of the service clients, but they are not fully tested/validated for any usecase outside the SDK.
/cc @Amplifiyer @seebees
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.