aws-sdk-lisp icon indicating copy to clipboard operation
aws-sdk-lisp copied to clipboard

Document updating the specs/apis

Open Symbolics opened this issue 4 years ago • 4 comments

It looks as if the specs are a few years old. Where can we obtain the latest specs and how is the SDK regenerated?

Symbolics avatar May 28 '20 08:05 Symbolics

Just found what might be the canonical specifications:

https://github.com/boto/botocore/tree/develop/botocore/data

Is this the right source for the specs?

Symbolics avatar May 28 '20 08:05 Symbolics

I've made a bunch of patches in my fork. I think the right source for specs is here: https://github.com/aws/aws-sdk-js/tree/master/apis

fiddlerwoaroof avatar Oct 13 '20 19:10 fiddlerwoaroof

I forked your repo some time back. Do you know how to regenerate the stubs?

Symbolics avatar Oct 13 '20 23:10 Symbolics

I think it's:

(ql:quickload :lake)
(lake:lake)

in the root directory of the repository.

I've found some edge cases in the S3 APIs that I'm working on, I'm not sure if the current state of my code works across the board.

fiddlerwoaroof avatar Oct 14 '20 00:10 fiddlerwoaroof