introduce CODEOWNERS, align service names with specs #114
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.
Motivation
In our previous docs repo, we did use a partly auto-generated
CODEOWNERS
file to assign reviewers for changes to the docs.This automation is based on the official AWS service abbreviations to associate the services with the files in the repo.
This PR renames some files which did not align to this convention yet (as you can see in this folder in the
botocore
repo), and then introduces a (mostly) auto-generatedCODEOWNERS
file.Changes
pca.mdx
->acm-pca.mdx
appautoscaling.mdx
->application-autoscaling.mdx
iotdata.mdx
->iot-data.mdx
msk.mdx
->kafka.mdx
cloudwatchlogs.mdx
->logs.mdx
elementalmediaconvert.mdx
->mediaconvert.mdx
resourcegroups.mdx
->resource-groups.mdx
cognito.mdx
->cognito-idp.mdx
timestream.mdx
->timestream-query.mdx