aws-doc-sdk-examples
aws-doc-sdk-examples copied to clipboard
Tools: Version is incomplete for many services in services.yaml
Lots of services in services.yaml have versions that are only dates, but versions typically have a service prefix, like fis
should be fis-2020-12-01
instead of just 2020-12-01
.
This changes was introduced when services were added in bulk to support CLI. This doesn't currently affect anything because service versions are used for link construction for SDKs and are not used for CLI link construction. However, this is a lurking issue that will crop up when new examples are added for SDKs that rely on the versions for links.