pokepay / aws-sdk-lisp

AWS-SDK for Common Lisp
87 stars 19 forks source link

Document updating the specs/apis #17

Open Symbolics opened 4 years ago

Symbolics commented 4 years ago

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 commented 4 years ago

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?

fiddlerwoaroof commented 3 years ago

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

Symbolics commented 3 years ago

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

fiddlerwoaroof commented 3 years ago

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.