aws

http://status.aws.amazon.com/ https://www.expeditedssl.com/aws-in-plain-english
orestis 2019-05-30T09:20:20.001400Z

As a first time AWS user, I went with aws-api and loved the discoverability through the REPL.

👍 1
2019-05-30T13:29:02.004Z

@jarvinenemil aws-api is newer and probably simpler. amazonica has been used for a long time by the community and it works.

dangercoder 2019-05-30T13:33:23.004400Z

yeah the api was really good. "It's all data" 😉

viesti 2019-05-30T14:33:44.006400Z

also discovering the request forms is quite nice, with amazonica one has keep the javadocs open to "guess" the argument forms

viesti 2019-05-30T14:36:49.007900Z

user> (-> cfn-client aws/ops keys) ;; looks up op key...
user> (-> cfn-client (aws/doc :CreateStack)) ;; shows request form, and what is minimum required