Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
1answer
2k views

Amazon (AWS) - The request must contain the parameter Signature

I'm struggling with the final part of getting my first bit of code working with the AWS - I have got this far, I attached the web reference in VS and this have this amazon.AWSECommerceService service ...
2
votes
1answer
2k views

Amazon AWS ItemLookup with 13 Digit ISBN

I used to be able to do 13 digit ISBN lookups, but now I can't. Here is the query for the 13-digit ISBN: 9780073380957. ...
1
vote
0answers
81 views

Komodo Edit and SSH Private Keyfile in Pageant for Amazon Web Services ECS

I would like to use Komodo Edit to edit files on my Ubuntu AWS ECS instance (running Django). According to this Old Nabble from 2008 (oh boy) Komodo Edit should support SSH authentication via ...
1
vote
0answers
35 views

Cannot access Product Advertising API on EC2 instance

I deployed a micro EC2 Windows instance and I'm trying to get through to the Amazon Product Advertising API. Is there a difference url if I am on a EC2 instance? The same url's work on my pc outside ...
1
vote
0answers
89 views

Amazon-ECS gem returning no results when search string is too detailed

I'm trying to pull search results from the 'amazon-ecs' gem. I am having issues with my search string, but only when it is too detailed. Now assume that a user enters this search: search_string ...
1
vote
1answer
454 views

Amazon API Product Description

I am using the Amazon ECS API in PHP to get product information using an ASIN code. I can get the information but images and product descriptions are missing. I've looked around the API class and ...
1
vote
1answer
277 views

Amazon AWS EC2 usage [closed]

I have two questions on Amazon AWS EC2 usage computation: If I installed a packaged AMI that is fedora core 5, tomcat mysql based and configure it to point to my subdomain demo.mydomain.com, I am ...
1
vote
1answer
193 views

Amazon Product Availability

Many products on amazon are unavailable but a date is given for when they'll be in stock. I've used AWS and got an XML reply but I can't find the date information anywhere. Is it possible to get this ...
1
vote
2answers
2k views

Amazon Web services - retrieving a wishlist

I've been tinkering with Yahoo Pipes and the Amazon E-Commerce Service (ECS) SDK to retrieve my wishlist. The problem is that although I can get all the items on my wishlist just fine, it seems to ...
0
votes
2answers
490 views

How to change the IdType in item_lookup from ASIN to ISBN, amazon-ecs for Ruby

That's my whole question! Doing something like this: Amazon::Ecs.item_lookup('9781934356166', :response_group => 'ItemAttributes,Images') Not sure where to change the option for the IdType to ...