-
Notifications
You must be signed in to change notification settings - Fork 4.4k
chore(pkglint): update language for experimental constructs. #6500
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
The current language states that the entire module is unstable and should not be used in production. This is not entirely correct. The updated language differentiates CFN resources from higher level APIs, and states the former can be used in production and are stable, while the latter APIs are not stable and subject to change.
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
|
I've clearly missed the correct set of changes needed to get this to work. At the moment, use this PR to review the content of what should go into the README of an experimental module. I'll update this PR with the correct set of changes. |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
Co-Authored-By: Elad Ben-Israel <[email protected]>
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
ccfife
left a comment
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.
This is a definite improvement, is accurate, and reads way less scary.
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 |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
|
Thank you for contributing! Your pull request will be updated from master and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
1 similar comment
|
Thank you for contributing! Your pull request will be updated from master and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
|
Thank you for contributing! Your pull request will be updated from master and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
* chore(pkglint): update language for experimental constructs. The current language states that the entire module is unstable and should not be used in production. This is not entirely correct. The updated language differentiates CFN resources from higher level APIs, and states the former can be used in production and are stable, while the latter APIs are not stable and subject to change. * add a sentence around intent * tweak the L1 line Co-Authored-By: Elad Ben-Israel <[email protected]> * slight tweak * run pkglint -f and fixed up create-missing-libraries.ts * revert unintended monocdk changes Co-authored-by: Elad Ben-Israel <[email protected]> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
The current language states that the entire module is unstable and
should not be used in production.
This is not entirely correct. The updated language differentiates CFN
resources from higher level APIs, and states the former can be used in
production and are stable, while the latter APIs are not stable and
subject to change.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license