Fork me on GitHub
#aws
<
2020-12-09
>
lgouger15:12:13

In the AWS announcement for https://crossplane.io/ (https://aws.amazon.com/blogs/containers/aws-controllers-for-kubernetes-ack/) They mention that it’s based on the model defined in aws-sdk-go > … we consume model information from a canonical source of truth about AWS services. We settled on the source of truth as https://github.com/aws/aws-sdk-go/tree/master/models/apis from the `aws/aws-sdk-go` repository. AWS SDKs are regularly updated with all API changes so this is an accurate source of information and closely tracks the service API avilability. … Sharing in case the json files in the aws-sdk-go model are destined to be a better source of truth than aws-sdk-js.