dyna
dyna copied to clipboard
Dyna is an AWS DynamoDB ORM for Common Lisp.
The AWS account I have to access uses security via temporary credentials. There's no way to set the AWS Session Token in Dyna, so all requests return 400.
This PR adds `token` to the Dyna struct as an optional parameter. When the token is present, a header for it is included in the request. I also included PR...
This fixes quicklisp error http://report.quicklisp.org/2020-12-21/failure-report/dyna.html#dyna
Building with SBCL 2.0.9.125-5f9d19d4a / ASDF 3.3.1 for quicklisp dist creation. Commit id d8cf27bc7428e3ac578ed704ff72de98582d89e0 *dyna-test* fails to build with the following error: ``` Unhandled SB-EXT:PACKAGE-LOCKED-ERROR in thread #: Lock on...
Current version installed by `ql:quickload` doesn't work. ``` Error occured in request. Status: 400 Messssage: {"__type":"com.amazon.coral.service#InvalidSignatureException","message":"The request signature we calculated does not match the signature you provided. Check your AWS...