How we get from the S3 API specifications to a vendor-neutral, machine-readable subset.
The gist
- Filter the AWS smithy spec down to the operations defined in tier-1.yml
- Rewrite the API docs to be vendor neutral and coherent for that subset
- Merge the new docs with the bare bones smithy spec to create the new one
- Translate the smithy spec into an openAPI spec.