amazonka icon indicating copy to clipboard operation
amazonka copied to clipboard

Convert generator configuration from JSON to YAML

Open brendanhay opened this issue 10 years ago • 2 comments

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

brendanhay avatar Aug 26 '15 07:08 brendanhay

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

proger avatar Dec 27 '15 22:12 proger

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.?

endgame avatar Apr 17 '24 08:04 endgame