Fork me on GitHub
#aws
<
2023-02-20
>
Drew Verlee20:02:37

I understand it's a good starting place for https://github.com/cognitect-labs/aws-api To be highly flexible, but in the case where your calling aws manually (not building to state between programs) the ergonomics aren't ideal because you don't get help from the editor on auto complete. Has anyone written some code to turn the api into a series of name spaces such that you could do something like. (http://aws.cf/describe-change-set ...) What do you think of that idea? how do you work with the api?

lukasz21:02:06

You can get the list of operations via (aws/ops <client>) and docs via aws/doc - it's designed around using the REPL to build up your code, rather than supporting auto-complete

lukasz21:02:27

I prefer it personally that way rather than how Amazonica does it - which is what you're looking for https://github.com/mcohen01/amazonica#cloudformation