peter.thirlby94
Posts: 0
Joined: Thu Jan 12, 2012 12:06 pm

Accessing Amazon SimpleDB

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?

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Accessing Amazon SimpleDB

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).

Eric4672707
Posts: 0
Joined: Fri Jun 29, 2012 2:27 am

Accessing Amazon SimpleDB

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

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Accessing Amazon SimpleDB

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.

connor.b.lee
Posts: 0
Joined: Thu Apr 17, 2014 11:52 pm

Accessing Amazon SimpleDB

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.

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

Accessing Amazon SimpleDB

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.

Return to “Issues”