danwoods
danwoods

Reputation: 4907

Super basic Amazon SimpleDB authentication tutorial?


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

Upvotes: 0

Views: 433

Answers (2)

anhtran
anhtran

Reputation: 2044

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

Upvotes: 1

Zach Kelling
Zach Kelling

Reputation: 53869

You'll want to use boto. It's documentation is really great, and they have a page specifically about SimpleDB.

Upvotes: 2

Related Questions