aws

http://status.aws.amazon.com/ https://www.expeditedssl.com/aws-in-plain-english
mruzekw 2020-05-16T01:07:45.195900Z

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

kenny 2020-05-16T17:38:13.197100Z

What do you mean by "easier to read"?

mruzekw 2020-05-16T01:08:28.196600Z

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

2020-05-17T13:05:03.197300Z

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

mruzekw 2020-05-17T19:34:41.197500Z

I mean visually, as documentation.

mruzekw 2020-05-17T19:35:00.197700Z

Sorry, poor choice of words there.

2020-05-18T13:52:23.211200Z

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

2020-05-18T13:52:43.211400Z

(or de-normalized, if you prefer)

mruzekw 2020-05-18T20:40:48.211600Z

Oh, thanks, I'll try that out

kenny 2020-05-16T17:38:13.197100Z

What do you mean by "easier to read"?