Fork me on GitHub
#aws
<
2020-05-16
>
mruzekw01:05:45

Is there an easier to read version of these? https://github.com/aws/aws-sdk-js/tree/master/apis

kenny17:05:13

What do you mean by "easier to read"?

mruzekw01:05:28

I'd like to use aws-api, but would rather not parse several JSON files.

dchelimsky13:05:03

@U1RCQD0UE you don't need to parse them to use aws-api. What makes you think you do?

mruzekw19:05:41

I mean visually, as documentation.

mruzekw19:05:00

Sorry, poor choice of words there.

dchelimsky13:05:23

The cognitect.aws.client.api/doc function gives you a collapsed view of each operation.

dchelimsky13:05:43

(or de-normalized, if you prefer)

mruzekw20:05:48

Oh, thanks, I'll try that out