newLisp and DynamoDB (Amazon)

Started by kanen, October 25, 2012, 12:45:21 AM

Previous topic - Next topic

kanen

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">//http://docs.amazonwebservices.com/amazondynamodb/latest/developerguide/MakingHTTPRequests.html. This seems similar to CouchDB, which we already have working.
. Kanen Flowers http://kanen.me[/url] .

hilti

#1
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
--()o Dragonfly web framework for newLISP

http://dragonfly.apptruck.de\">http://dragonfly.apptruck.de

Kirill

#2
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">https://gist.github.com/1119771)?