Amazon SimpleDB Asynchronous Sample

This is a sample that demonstrates how to use the asynchronous API that is available for Amazon SimpleDB.

Prerequisites

Running the Sample

The basic steps for running the Amazon SimpleDB asynchronous sample are:

  1. Open the AmazonSimpleDB_AsyncSample.sln file in Visual Studio.
  2. Open the App.config file.
  3. Enter your Access Key ID and Secret Access Key:
    <add key="AWSAccessKey" value="<Your Access Key ID>"/>
    <add key="AWSSecretKey" value="<Your Secret Access Key>"/>
  4. Save the file.
  5. Run the sample in Debug mode by typing F5.

See the Amazon SimpleDB Getting Started Guide for step-by-step instructions on running this sample.