brendanhay / amazonka

A comprehensive Amazon Web Services SDK for Haskell.
https://amazonka.brendanhay.nz
Other
599 stars 226 forks source link

Convert generator configuration from JSON to YAML #200

Open brendanhay opened 9 years ago

brendanhay commented 9 years ago

Currently adding overrides has no facility for comments or links to issues etc. It'd be nice to annotate reasons why the overrides exist.

proger commented 8 years ago

What if those were just Haskell terms (stackage-style)?

endgame commented 4 months ago

That would mean the generator would have to compile in its overrides and other config, which wouldn't be great for making it useful in other contexts. For a while, Amazon's Selling Partner API (SP-API) required IAM authentication on its requests, and I entertained vague ideas of setting up an Amazonka-style generator for it. It would also potentially be useful for people generating SDKs for their own API Gateway APIs which used IAM authentication.

We could also use a more modern configuration language like Dhall, Cue, Nickel, etc.?