-
Notifications
You must be signed in to change notification settings - Fork 69
docs: focus readme intro on plugin flexibility #1508
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
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.
Thanks for making this a separate PR @danielfrankcom . :-)
Some nits considering the whole README and not necessarily the changes you made:
- In
arn:aws:secretsmanager:<Region>:<AccountId>:secret:SecretName-6RandomCharacters
, I suggest changing toarn:<Partition>:secretsmanager:<Region>:<AccountId>:secret:SecretName-6RandomCharacters
. - I suggest that the texts in the table cells are all aligned to the left to make it easier to read. It is quite hard to read lots of text when it is centralized. I think centralization works well with just a few characters or numbers, other than that it is quite hard to read.
Those both look like good changes to me, but I'll leave them to future PRs given the limited scope of this one. |
Use telemetryMetricsBackend instead of telemetryTracesBackend in the RuntimeException when an invalid metrics backend is configured. chore(deps): bump software.amazon.awssdk:rds from 2.32.21 to 2.32.25 (aws#1509) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> docs: focus readme intro on plugin flexibility (aws#1508) docs: clarifying blue/green compatibility with current service landscape (aws#1512)
Use telemetryMetricsBackend instead of telemetryTracesBackend in the RuntimeException when an invalid metrics backend is configured. chore(deps): bump software.amazon.awssdk:rds from 2.32.21 to 2.32.25 (aws#1509) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> docs: focus readme intro on plugin flexibility (aws#1508) docs: clarifying blue/green compatibility with current service landscape (aws#1512)
Summary
This PR updates the project
README.md
file, based on the changes in #1478. These changes restructure the introductory mentions of failover. The revised introduction focuses on the universal benefits of using the wrapper library.Description
After discussion of potential DSQL auth integration, it became clear that the existing
README.md
introduction focuses on failover, and plugins which are relevant to only specific database services. In #1478 we restructured the project introduction to describe the universal benefits of the wrapper, and focus on the modularity of the plugins offered by the project. This avoids a major focus on failover, which implies the failover functionality is universally applicable.I have extracted the non-DSQL
README.md
changes from #1478 in an effort to simplify the linked PR, and separate this change which is still applicable without DSQL.The PR also includes a few whitespace fixes and a table alignment issue, both of which were performed by my IDE automatically.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.