Is there an easier to read version of these? https://github.com/aws/aws-sdk-js/tree/master/apis
What do you mean by "easier to read"?
I'd like to use aws-api, but would rather not parse several JSON files.
@mruzekw you don't need to parse them to use aws-api. What makes you think you do?
I mean visually, as documentation.
Sorry, poor choice of words there.
The cognitect.aws.client.api/doc
function gives you a collapsed view of each operation.
(or de-normalized, if you prefer)
Oh, thanks, I'll try that out