Reputation: 53
I'm totally new to Amazon Web Service. I need to get book info from Amazon for my web app. I checked out Amazon Web Service but there are so many products and services. Which one should I focus on?
Upvotes: 4
Views: 4494
Reputation: 8184
Usually Amazon supply documentation to all of its products (EC2,S3,..) On http://aws.amazon.com/
After you select your code language, you will find more specific documentation to what you need.
e.g. I use python's boto which has additional documentation to aws's. http://boto.cloudhackers.com/en/latest/
Upvotes: 1
Reputation: 881675
Looks like you want the advertising API -- it's not limited to just books, as it supports other products sold by Amazon too, but it does seem to be what you're looking for.
Upvotes: 4