Fork me on GitHub
#aws
<
2019-05-30
>
orestis09:05:20

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

👍 4
mynomoto13:05:02

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

dangercoder13:05:23

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

viesti14:05:44

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

viesti14:05:49

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