0


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

danwoods
  • 4,889
  • 11
  • 62
  • 90

2 Answers2

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
1

You may like to view this: http://www.youtube.com/watch?v=9YEGwmYejt4

anhtran
  • 2,006
  • 4
  • 27
  • 53