I'm a Simple DB newb and am looking for some step-by-step instructions about how to generate the correct signature. Some of the tutorials/sample code I'm seeing say it's a combination of a timestamp, the service you're using, and the method you're requesting be done on that service. Is this correct? I speak python if someone can provide code to generate it...
Asked
Active
Viewed 397 times
0

danwoods
- 4,889
- 11
- 62
- 90
2 Answers
2
You'll want to use boto
. It's documentation is really great, and they have a page specifically about SimpleDB.

Zach Kelling
- 52,505
- 13
- 109
- 108