aws-sdk-lisp
aws-sdk-lisp copied to clipboard
Document updating the specs/apis
It looks as if the specs are a few years old. Where can we obtain the latest specs and how is the SDK regenerated?
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?
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
I forked your repo some time back. Do you know how to regenerate the stubs?
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.