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?
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?
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).
So any example? I'm wanting to do this as well.
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.
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.
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.