标签: python amazon-web-services
我正在为Amazon Web服务使用pyAWS包装器。我想在我的网站上显示亚马逊搜索结果。对于搜索,我使用以下代码。
from pyaws import ecs ecs.setLicenseKey('Your-AWS-License-Key') books = ecs.ItemSearch('python', SearchIndex='Books')
但它给出了一个错误: u'ingParameter“
u'ingParameter
答案 0 :(得分:4)
您可以在此处获取:http://aws.amazon.com/free/