newLISP Fan Club

Forum => newLISP in the real world => Topic started by: kanen on October 25, 2012, 12:45:21 AM

Title: newLisp and DynamoDB (Amazon)
Post by: kanen on October 25, 2012, 12:45:21 AM
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.
Title: Re: newLisp and DynamoDB (Amazon)
Post by: hilti on October 25, 2012, 07:23:28 AM
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
Title: Re: newLisp and DynamoDB (Amazon)
Post by: Kirill on December 03, 2012, 12:25:09 PM
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)?