Page 1 of 1

Accessing Amazon SimpleDB

Posted: Thu Jan 12, 2012 12:06 pm
by peter.thirlby94

Hello
I am interested is using AWS SimpleDB which has a RESTful interface. It requires that a HMAC-SHA code is generated for each request. Has anyone done this in tiggr?


Accessing Amazon SimpleDB

Posted: Thu Jan 12, 2012 2:14 pm
by maxkatz

I think it's just a matter of creating a correct request format based on their requirements (http://docs.amazonwebservices.com/Ama...) should be possible in Tiggr.. checking right now (we'll try to have an example).


Accessing Amazon SimpleDB

Posted: Fri Jun 29, 2012 2:27 am
by Eric4672707

So any example? I'm wanting to do this as well.


Accessing Amazon SimpleDB

Posted: Fri Jun 29, 2012 3:27 pm
by maxkatz

Sorry, no examples yet. You would define a REST service like for any other cloud-based API. You would have to read Amazon SimpleDB and see what authentication steps it requires.


Accessing Amazon SimpleDB

Posted: Thu Apr 17, 2014 11:52 pm
by connor.b.lee

I know this is an old topic, but Eric and Peter, by any chance did you get this working and willing to share? Looking at doing this as well.


Accessing Amazon SimpleDB

Posted: Fri Apr 18, 2014 3:55 am
by Illya Stepanov

Hello -

Please try to implement REST service with parameters which are required service docs if you didn't do it yet.

After this step if you would have some problem, share your screen shots of your REST parameters and code and describe what you are try to implement.