amazon

Best Book for Amazon AWS use and load balancing?

Hi All, Do you know any great book about Amazon Web Services and how to exploit it the best way to do load balancing? Many thanks for any help, Best, Raphael ...

How to implement AWS signed requests with amazon java library?

Hi everybody, We're currently using amazon-a2s-2007-10-29-java-library.jar to interact with the Amazon Webservices or Product Advertising API, respectively. We don't see a way how to implement signed requests (mandatory from Aug 15) using this library, nor can we find an updated version supporting signed requests. There does not seem ...

What's the best resource to retrieve book cover art by ISBN?

I am working on an application for a bookstore, and I was wondering the best way to retrieve book cover art by ISBN. If any of you people know, I would really appreciate the tip. I'm using http://isbndb.com for all of the rest of the data, but it doesn't include an image location in its XML response. Would Amazon's Advertising API take ...

Do the Amazon web service APIs support barcode/UPC queries?

I skimmed through their documentation and found it a bit overwhelming at first. I know you can search for items by entering a UPC (the number below a 1D barcode), but I couldn't find a word about it in the API. What I want to do is perform a product lookup by doing a UPC search after scanning a barcode. ...

How can I obtain the top 100 sales ranked items on Amazon programatically?

I took a look through the API documentation and since the ItemSearch operation requires the Keywords parameter, I do not think it will be possible but I just want to confirm. Should I be looking at a different operation? Any information would be greatly appreciated. ...

Subscriptions with up-front fees in Amazon Payments?

I would like to use Amazon Payments to handle processing for my website. Along with a monthly fee, I also have an upfront cost I'd like to immediately charge the user. When I look at the documentation and examples, though, I don't see a way to do both. It seems painful to have a user "buy" twice - once for the upfront, and then once t...

Amazon S3 for Social Networks?

http://www.s3fm.com/ is really useful for uploading/viewing files for personal viewing. I was wondering if there was something good for social networks (using Amazon s3 or something similar), where it will only show the subset of files uploaded by a specific user (for example, limit access to the user's specific bucket). Can s3fm be a...

Browser Based Uploads to Amazon S3 ?

Amazon has instructions on how to write a form that posts directly to Amazon's S3 service via HTML POST. However, they are not very clear on how to create a simple form to upload directly to an S3 bucket, and never give an actual example html file... Is there a good example available where I can view the sample code? ...

Streaming media from EC2

We have been requested to stream a single video (+500MB) from a web site. The biggest additional requirement is that access must be forbidden to foreign IP addresses. Given that high bandwith usage is expected we have turned to Amazon S3 to serve the video as a FLV, but AFAIK Amazon won't let you set up IP filtering based on country l...

Force CloudFront distribution/file update

I'm using Amazon's CloudFront to serve static files of my web apps. Is there no way to tell a cloudfront distribution that it needs to refresh it's file or point out a single file that should be refreshed? Amazon recommend that you version your files like logo_1.gif, logo_2.gif and so on as a workaround for this problem but that seem...

C# Amazon Product Advertising API

As of August 15, Amazon made it compulsory to sign all requests made to their Product Advertising API. I thought I had got everything working just fine but when the 15th finally came around, my web application stopped working and pretty much ever since I have been trying to find out how to sign the SOAP requests. Amazon has an outdated ...

What is the replacement of "amazon-a2s-2007-10-29-java-library.jar" ?

Does any body know what will be the replacement of this existing jar? Is there a latest jar in place of this? Since the 15th of August signed request has become mandatory. ...

Has anyone succeeded at downloading orders from Amazon Seller Central using PHP?

It looks like this question has been asked before, here and in other places on the web, but I have yet to find any solid documentation on how it's done. We need a way to pragmatically "suck" orders out of Amazon Seller Central on a regular basis, and insert the data into a database on our server for processing. There's hints that you ca...

Cloudfront dist on top level domain

Is it possible to point a top level domain like http://example.com to a amazon cloudfront distribution? I know it's possible with CNAME's but as far as i know i need to set a A-name record for the top level domain in the DNS settings. ...

Retrieving amazon book recommendation

Hi, Does any one know how to retrieve Amazon book recommendation like what BookSeer does. I visited Amazon book service page but I am overwhelmed by the amount of information in it. I could not seem to figure out which amazon webservice that I can use to retrieve Amazon book recommendation. Cheers. ...

Has anyone tackled Signed Requests for Amazon Product Advertising API in PHP?

I am about to get stuck into fixing the Product Advertising API Signed Requests issue for PHP for a site I wrote a while ago. Is there a library out there already, or do I need to roll up my sleeves? https://affiliate-program.amazon.co.uk/gp/advertising/api/detail/faq.html ...

All of a sudden, my Amazon S3 HTTP requests aren't working. Signature Does Not Match error. Help?

My code was working just fine a couple days ago. Then, all of a sudden, BAM: it stopped working. My PUTs stopped going through, with a SignatureDoesNotMatch error. Help? require_once 'Crypt/HMAC.php'; require_once 'HTTP/Request.php'; function uploadFile($path_to_file, $store_file_as, $bucket, $debugmode = false) { $S3_URL = "...

Amazon Product API Help

Hi, I am using SearchIndex="All" in the Amazon Product API and getting no results. When I specify the category, I do get results. Does anyone know if there are any restrictions on this search index or ? Thanks ...

Good Usage Based Payment Service

Amazon Flexible Payments Service seems like the perfect service. It is exactly what we're looking for. Unfortunately, since we are not based in US (based in UK instead) it is not available to us. I was wondering if anyone knew of a similar service which we can use? We would like to sell products in both US Dollars and GB Pounds. We nee...

How can I retrieve DetailedPageUrl of Amazon Order Item using Amazon Market Webservices

Hi, I am downloading Order Reports from my Seller Accounts using Amazon Market Webservices.Now i want to generate a url which will browse me through the Item on Amazon. I didn't get any info to browse detaile page on Amazon except AmazonOrderItemCode .Is there any possibility to generate a url to Order Item using Amazon Market Webservic...