portkey-cloud / aws-clj-sdk

Clojure bindings for AWS
103 stars 12 forks source link

Make a script to fetch json files from AWS official repos #8

Closed cgrand closed 6 years ago

cgrand commented 6 years ago

and move these son out of resources: they don't have to ship as part of the artifact.

lvh commented 6 years ago

As an alternative suggestion: have a development-time dependency on the aws -models artifact, which contains the relevant JSON files.

viesti commented 6 years ago

Thanks for the suggestion on aws-java-sdk-models @lvh! I made generate-files! to look for json files from this artifact and added it as dev time dependency.

lvh commented 6 years ago

Happy to help :) Once this project covers all the services, especially if I can get it without the specs, I hope to use it :) FWIW I'm doing tons of work with the AWS SDKs so if you're looking for an opinion or second set of eyes on something feel free to @ me :)