Page 1 of 1

newLisp and DynamoDB (Amazon)

Posted: Thu Oct 25, 2012 7:45 am
by 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/amazo ... uests.html. This seems similar to CouchDB, which we already have working.

Re: newLisp and DynamoDB (Amazon)

Posted: Thu Oct 25, 2012 2:23 pm
by 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

Re: newLisp and DynamoDB (Amazon)

Posted: Mon Dec 03, 2012 8:25 pm
by Kirill
hilti wrote: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)?