About this Sample

Prerequisites

Reference Documentation

Quick Start

Sample comes with a Perl Module with the signature logic and a Perl script that uses the module to perform a simple ItemLookup operation. To get started with the sample, follow these steps:
  1. Ensure the pre-requisite Perl Modules are installed and usable
  2. Log in to the AWS portal at http://aws.amazon.com/ and copy your AWS Access Key ID and your AWS Secret Key. You can find them under the Your Account -> Access Identifiers menu after you log in.
  3. Extract the amazon-product-advt-api-sample-perl-query.zip file into a working directory.
  4. Open the SignedRequestSample.pl file in an editor and change the myAWSId and myAWSSecret values to match the ones you obtained from AWS.
  5. Run the script:
        ./SignedRequestSample.pl
    	    
    Or,
        ./SignedRequestSample.pl [insert ASIN here]
    	    

Comments, Questions or Feedback

If you have any comments, questions or feedback on the library, please visit the Amazon Amazon Product Advertising API discussion forums.