amazonka icon indicating copy to clipboard operation
amazonka copied to clipboard

Split generator frontends/backend

Open endgame opened this issue 11 months ago • 0 comments

Splitting the generator front and backend would allow us (or other people!) to make amazonka-style SDKs for their own requests. Some examples: API Gateways with IAM Authentication, Amazon's own Selling Partner API (SP-API).

A first step to doing this would be to make a library which is a direct and detailed representation of botocore types, and write functions to convert that into shape definitions etc.

See also: #763.

endgame avatar Sep 01 '23 10:09 endgame