I've just joined up to AWS (Amazon Web Services) and having read through the SDK and various other sites I'm still having some problems. So if anyone here has experience with AWS and doesn't mind holding my hand a bit I'd appreciate the help!
Basically what I want to do is search through the various product categories like DVD and then list the top xxx products by discount %. As far as I can tell aws doesn't provide this info so I'd have to have some extra scripting that figures out the % discount between the offer price and list price (which are both provided by aws). I'm supposing the best way to do this is with php to parse the xml and then format it. My first problem is that I can't figure out how to write a REST url that will return the initial data for the first array to search for discount.
Any help is greatly appreciated!
Basically what I want to do is search through the various product categories like DVD and then list the top xxx products by discount %. As far as I can tell aws doesn't provide this info so I'd have to have some extra scripting that figures out the % discount between the offer price and list price (which are both provided by aws). I'm supposing the best way to do this is with php to parse the xml and then format it. My first problem is that I can't figure out how to write a REST url that will return the initial data for the first array to search for discount.
Any help is greatly appreciated!
