As a first time AWS user, I went with aws-api and loved the discoverability through the REPL.
@jarvinenemil aws-api
is newer and probably simpler. amazonica
has been used for a long time by the community and it works.
yeah the api was really good. "It's all data" 😉
also discovering the request forms is quite nice, with amazonica one has keep the javadocs open to "guess" the argument forms
user> (-> cfn-client aws/ops keys) ;; looks up op key...
user> (-> cfn-client (aws/doc :CreateStack)) ;; shows request form, and what is minimum required