Anyone have this working?
If not, I'm likely going to write a module, as I need this functionality.
It looks like it's possible to query DynamoDB through an http/https standard request - //http://docs.amazonwebservices.com/amazondynamodb/latest/developerguide/MakingHTTPRequests.html. This seems similar to CouchDB, which we already have working.
No. But seems indeed possible to solve.
How did You manage to get CouchDB working? Because I think the interface is only accessible via https.
Cheers
Hilti
Quote from: "hilti"
No. But seems indeed possible to solve.
How did You manage to get CouchDB working? Because I think the interface is only accessible via https.
Cheers
Hilti
Try with "curl" bindings, maybe (https://gist.github.com/1119771)?