newLisp and DynamoDB (Amazon)

Q&A's, tips, howto's
Locked
kanen
Posts: 145
Joined: Thu Mar 25, 2010 6:24 pm
Contact:

newLisp and DynamoDB (Amazon)

Post 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.
. Kanen Flowers http://kanen.me .

hilti
Posts: 140
Joined: Sun Apr 19, 2009 10:09 pm
Location: Hannover, Germany
Contact:

Re: newLisp and DynamoDB (Amazon)

Post 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
--()o Dragonfly web framework for newLISP
http://dragonfly.apptruck.de

Kirill
Posts: 90
Joined: Wed Oct 31, 2007 1:21 pm

Re: newLisp and DynamoDB (Amazon)

Post 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)?

Locked